summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-01-17 00:20:16 -0800
committerScott Shawcroft <scott@tannewt.org>2019-01-17 00:20:16 -0800
commit84292ad89070f1994ed09b59c8a693216a40cd89 (patch)
tree267e6ae05f87d95a432f6cd112c46189c9a70ce0 /main.c
parent05d8885a1ab959fabdbb77f99408b2e7dc78b97c (diff)
External fourwire works and blinka splash after
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d328fcaa4..02c832e67 100755
--- a/main.c
+++ b/main.c
@@ -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);