mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +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;
|
||||
|
||||
main_loop:
|
||||
while (1) {
|
||||
if(Shell_Ready){
|
||||
Shell_Ready = 0;
|
||||
obj_run(pikaMain, Shell_Buff);
|
||||
}
|
||||
}
|
||||
pikaScriptShell(pikaMain);
|
||||
/* after exit() from pika shell */
|
||||
NVIC_SystemReset();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user