diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-03-16 17:44:25 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-03-16 17:44:25 -0400 |
| commit | a10e4fe21efd45596b82b50ffde98e8ec7e893c6 (patch) | |
| tree | 2bbc42dfe2b4ec86b93082c6d61bb9ecc942ad95 /main.c | |
| parent | 43915133a1e7c682cdae313273060379f1f029b2 (diff) | |
also flush fileystem on soft reboot from repl
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -376,6 +376,7 @@ int run_repl(void) { } else { exit_code = pyexec_friendly_repl(); } + filesystem_flush(); reset_port(); reset_board(); stop_mp(); |
