mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
update package/STM32G030Booter/main.c.
This commit is contained in:
parent
640a751513
commit
276738a5a0
@ -127,12 +127,9 @@ int main(void) {
|
|||||||
goto main_loop;
|
goto main_loop;
|
||||||
|
|
||||||
main_loop:
|
main_loop:
|
||||||
while (1) {
|
pikaScriptShell(pikaMain);
|
||||||
if(Shell_Ready){
|
/* after exit() from pika shell */
|
||||||
Shell_Ready = 0;
|
NVIC_SystemReset();
|
||||||
obj_run(pikaMain, Shell_Buff);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user