summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c
index f6fd827d54..418ccf309d 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -214,9 +214,11 @@ void menu_exit(int m)
214 214
215void menu_run(int m) 215void menu_run(int m)
216{ 216{
217#ifndef SIMULATOR
217#ifdef HAVE_LCD_BITMAP 218#ifdef HAVE_LCD_BITMAP
218 bool laststate; 219 bool laststate;
219#endif 220#endif
221#endif
220 222
221 menu_draw(m); 223 menu_draw(m);
222 224