wasn't always clearing boot_output_file

This commit is contained in:
Dan Halbert 2018-05-19 01:01:37 -04:00
parent 1eb412b44d
commit 990da6d363
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -329,8 +329,8 @@ int __attribute__((used)) main(void) {
if (!skip_boot_output) {
f_close(boot_output_file);
filesystem_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