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:
commit
ebeb32307d
2
main.c
2
main.c
|
@ -329,8 +329,8 @@ int __attribute__((used)) main(void) {
|
||||||
if (!skip_boot_output) {
|
if (!skip_boot_output) {
|
||||||
f_close(boot_output_file);
|
f_close(boot_output_file);
|
||||||
filesystem_flush();
|
filesystem_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…
Reference in New Issue