summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c
index f6fd827..418ccf3 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -214,9 +214,11 @@ void menu_exit(int m)
void menu_run(int m)
{
+#ifndef SIMULATOR
#ifdef HAVE_LCD_BITMAP
bool laststate;
#endif
+#endif
menu_draw(m);