summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/button.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index f7523d776c..100957b77a 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -205,8 +205,12 @@ static void button_tick(void)
205#endif 205#endif
206 ) && 206 ) &&
207#if CONFIG_CHARGING && !defined(HAVE_POWEROFF_WHILE_CHARGING) 207#if CONFIG_CHARGING && !defined(HAVE_POWEROFF_WHILE_CHARGING)
208#if CONFIG_CHARGING >= CHARGING_MONITOR
209 !charging_state() &&
210#else
208 !charger_inserted() && 211 !charger_inserted() &&
209#endif 212#endif
213#endif
210 repeat_count > POWEROFF_COUNT) 214 repeat_count > POWEROFF_COUNT)
211 { 215 {
212 /* Tell the main thread that it's time to 216 /* Tell the main thread that it's time to