summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--launcher/launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/launcher.c b/launcher/launcher.c
index 38a13b5c..d6883567 100644
--- a/launcher/launcher.c
+++ b/launcher/launcher.c
@@ -145,7 +145,7 @@ bool app_loop() {
app_setup();
}
- bool can_sleep = true;
+ static bool can_sleep = true;
if (event.bit.event_type) {
event.bit.subsecond = launcher_state.subsecond;