2.x: wasn't always clearing boot_output_file

This commit is contained in:
Dan Halbert 2018-05-19 01:08:26 -04:00
parent 6e95c90401
commit 89d6f91ccc

View File

@ -782,8 +782,8 @@ int main(void) {
if (!skip_boot_output) {
f_close(boot_output_file);
flash_flush();
boot_output_file = NULL;
}
boot_output_file = NULL;
#endif
// Reset to remove any state that boot.py setup. It should only be used to