Merge pull request #848 from dhalbert/3.0-boot_output_file

3.0: wasn't always clearing boot_output_file
This commit is contained in:
Scott Shawcroft 2018-05-19 12:13:10 -05:00 committed by GitHub
commit ebeb32307d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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