diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-07-21 16:26:46 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-07-22 16:26:46 -0700 |
| commit | 2bd6d056638f05185eb497ca2d039ebe9f386327 (patch) | |
| tree | a4e2711f774f400d034d67369212a914faedacea /main.c | |
| parent | d22283c9c44949242b16fdd4ba4b9d8c55a58add (diff) | |
Add externs. GCC10 complains about duplicate defines
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -331,6 +331,8 @@ bool run_code_py(safe_mode_t safe_mode) { } } +FIL* boot_output_file; + void __attribute__ ((noinline)) run_boot_py(safe_mode_t safe_mode) { // If not in safe mode, run boot before initing USB and capture output in a // file. |
