diff options
| -rw-r--r-- | apps/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index 755eba0..6ca28cb 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -458,7 +458,7 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) (void)parameter; exit(0); #else -#ifndef HAVE_POWEROFF_WHILE_CHARGING +#if defined(HAVE_CHARGING) && !defined(HAVE_POWEROFF_WHILE_CHARGING) if(!charger_inserted()) #endif { |