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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 75aa76a898..d484805532 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -117,6 +117,8 @@
117#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */ 117#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */
118#define CHARGING_MONITOR 2 /* Hardware controlled charging with monitoring */ 118#define CHARGING_MONITOR 2 /* Hardware controlled charging with monitoring */
119#define CHARGING_CONTROL 3 /* Software controlled charging */ 119#define CHARGING_CONTROL 3 /* Software controlled charging */
120#define CHARGING_TARGET 4 /* Anything the target implements that is not
121 a generic implementation */
120 122
121/* CONFIG_LCD */ 123/* CONFIG_LCD */
122#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */ 124#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */