diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-17 00:20:16 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-01-17 00:20:16 -0800 |
| commit | 84292ad89070f1994ed09b59c8a693216a40cd89 (patch) | |
| tree | 267e6ae05f87d95a432f6cd112c46189c9a70ce0 /main.c | |
| parent | 05d8885a1ab959fabdbb77f99408b2e7dc78b97c (diff) | |
External fourwire works and blinka splash after
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ bool run_code_py(safe_mode_t safe_mode) { } } // Turn off the display before the heap disappears. - reset_primary_display(); + reset_displays(); stop_mp(); free_memory(heap); |
