Merge pull request #849 from dhalbert/2.x_boot_output_file

2.x: wasn't always clearing boot_output_file
This commit is contained in:
Scott Shawcroft 2018-05-19 12:13:39 -05:00 committed by GitHub
commit ba028ae623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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