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:
commit
ba028ae623
@ -782,8 +782,8 @@ int main(void) {
|
|||||||
if (!skip_boot_output) {
|
if (!skip_boot_output) {
|
||||||
f_close(boot_output_file);
|
f_close(boot_output_file);
|
||||||
flash_flush();
|
flash_flush();
|
||||||
boot_output_file = NULL;
|
|
||||||
}
|
}
|
||||||
|
boot_output_file = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Reset to remove any state that boot.py setup. It should only be used to
|
// Reset to remove any state that boot.py setup. It should only be used to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user