Skip to content

Commit a10e4fe

Browse files
committed
also flush fileystem on soft reboot from repl
1 parent 4391513 commit a10e4fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ int run_repl(void) {
376376
} else {
377377
exit_code = pyexec_friendly_repl();
378378
}
379+
filesystem_flush();
379380
reset_port();
380381
reset_board();
381382
stop_mp();

0 commit comments

Comments
 (0)