summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index bb3f405d6a..277a1d8632 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -709,6 +709,14 @@ Lyre prototype 1 */
709#define BATTERY_CAPACITY_DEFAULT 0 709#define BATTERY_CAPACITY_DEFAULT 0
710#endif 710#endif
711 711
712#ifndef BATTERY_CAPACITY_MIN
713#define BATTERY_CAPACITY_MIN BATTERY_CAPACITY_DEFAULT
714#endif
715
716#ifndef BATTERY_CAPACITY_MAX
717#define BATTERY_CAPACITY_MAX BATTERY_CAPACITY_DEFAULT
718#endif
719
712#ifndef BATTERY_CAPACITY_INC 720#ifndef BATTERY_CAPACITY_INC
713#define BATTERY_CAPACITY_INC 0 721#define BATTERY_CAPACITY_INC 0
714#endif 722#endif