Skip to content

Commit 990da6d

Browse files
committed
wasn't always clearing boot_output_file
1 parent 1eb412b commit 990da6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ int __attribute__((used)) main(void) {
329329
if (!skip_boot_output) {
330330
f_close(boot_output_file);
331331
filesystem_flush();
332-
boot_output_file = NULL;
333332
}
333+
boot_output_file = NULL;
334334
#endif
335335

336336
// Reset to remove any state that boot.py setup. It should only be used to

0 commit comments

Comments
 (0)