summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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 71cd4726cc..f7523d776c 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -519,6 +519,7 @@ void button_set_flip(bool flip)
519 } 519 }
520} 520}
521#endif /* HAVE_LCD_FLIP */ 521#endif /* HAVE_LCD_FLIP */
522#endif /* SIMULATOR */
522 523
523#ifdef HAVE_BACKLIGHT 524#ifdef HAVE_BACKLIGHT
524void set_backlight_filter_keypress(bool value) 525void set_backlight_filter_keypress(bool value)
@@ -533,7 +534,6 @@ void set_remote_backlight_filter_keypress(bool value)
533#endif 534#endif
534#endif 535#endif
535 536
536#endif /* SIMULATOR */
537/* 537/*
538 * Get button pressed from hardware 538 * Get button pressed from hardware
539 */ 539 */