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 7199d99e28..806ae6dcfa 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -87,7 +87,7 @@ static int button_read(void);
87#ifdef HAVE_TOUCHSCREEN 87#ifdef HAVE_TOUCHSCREEN
88static int last_touchscreen_touch; 88static int last_touchscreen_touch;
89#endif 89#endif
90#if defined(HAVE_HEADPHONE_DETECTION) && !defined(SIMULATOR) 90#if defined(HAVE_HEADPHONE_DETECTION)
91static struct timeout hp_detect_timeout; /* Debouncer for headphone plug/unplug */ 91static struct timeout hp_detect_timeout; /* Debouncer for headphone plug/unplug */
92/* This callback can be used for many different functions if needed - 92/* This callback can be used for many different functions if needed -
93 just check to which object tmo points */ 93 just check to which object tmo points */