summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index c0a913c1c6..ce7421d95e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -608,10 +608,9 @@ struct user_settings
608 608
609 /* power settings */ 609 /* power settings */
610 int poweroff; /* idle power off timer */ 610 int poweroff; /* idle power off timer */
611#if BATTERY_CAPACITY_DEFAULT > 0 611#if BATTERY_CAPACITY_INC > 0
612 int battery_capacity; /* in mAh */ 612 int battery_capacity; /* in mAh */
613#endif 613#endif
614
615#if BATTERY_TYPES_COUNT > 1 614#if BATTERY_TYPES_COUNT > 1
616 int battery_type; /* for units which can take multiple types (Ondio). */ 615 int battery_type; /* for units which can take multiple types (Ondio). */
617#endif 616#endif