summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index c7dd2cf9ab..6d49beb5e3 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -835,7 +835,7 @@ void settings_apply(bool read_disk)
835 set_keypress_restarts_sleep_timer( 835 set_keypress_restarts_sleep_timer(
836 global_settings.keypress_restarts_sleeptimer); 836 global_settings.keypress_restarts_sleeptimer);
837 837
838#if defined(BATTERY_CAPACITY_INC) && BATTERY_CAPACITY_INC > 0 838#if BATTERY_CAPACITY_INC > 0
839 /* only call if it's really exchangable */ 839 /* only call if it's really exchangable */
840 set_battery_capacity(global_settings.battery_capacity); 840 set_battery_capacity(global_settings.battery_capacity);
841#endif 841#endif