diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-05-19 12:13:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-19 12:13:10 -0500 |
| commit | ebeb32307d3c223c435304355dd56820a2e4529e (patch) | |
| tree | 4f0ecd659c15a3d8db7b92812745c89eb58a9be0 | |
| parent | 1eb412b44d9bdaadcf546d0ffb26cabd69dd2878 (diff) | |
| parent | 990da6d3637da3eafb0f9a71bc9e26e006e82195 (diff) | |
Merge pull request #848 from dhalbert/3.0-boot_output_file
3.0: wasn't always clearing boot_output_file
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
