summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/button.c')
-rw-r--r--firmware/drivers/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index 71cd472..f7523d7 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -519,6 +519,7 @@ void button_set_flip(bool flip)
}
}
#endif /* HAVE_LCD_FLIP */
+#endif /* SIMULATOR */
#ifdef HAVE_BACKLIGHT
void set_backlight_filter_keypress(bool value)
@@ -533,7 +534,6 @@ void set_remote_backlight_filter_keypress(bool value)
#endif
#endif
-#endif /* SIMULATOR */
/*
* Get button pressed from hardware
*/