summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 89e19f32f6..1e90a05248 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -34,6 +34,9 @@
34/* Define this to the CPU frequency */ 34/* Define this to the CPU frequency */
35#define CPU_FREQ 11059200 35#define CPU_FREQ 11059200
36 36
37/* Type of mobile power */
38#define CONFIG_BATTERY BATT_4AA_NIMH
39
37/* Battery scale factor (?) */ 40/* Battery scale factor (?) */
38#define BATTERY_SCALE_FACTOR 6465 41#define BATTERY_SCALE_FACTOR 6465
39 42
@@ -52,7 +55,7 @@
52/* How to detect USB */ 55/* How to detect USB */
53#define USB_RECORDERSTYLE 1 56#define USB_RECORDERSTYLE 1
54 57
55/* Define this if the platform has batteries */ 58/* Define this if the platform can charge batteries */
56#define HAVE_BATTERIES 1 59#define HAVE_BATTERIES 1
57 60
58/* The start address index for ROM builds */ 61/* The start address index for ROM builds */