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 1f04ef2..f6fd827 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -214,7 +214,9 @@ void menu_exit(int m)
void menu_run(int m)
{
+#ifdef HAVE_LCD_BITMAP
bool laststate;
+#endif
menu_draw(m);