summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index af7ca91315..8d3f1a1051 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -25,9 +25,6 @@
25/* Define this if you have a FM Recorder key system */ 25/* Define this if you have a FM Recorder key system */
26#define HAVE_FMADC 1 26#define HAVE_FMADC 1
27 27
28/* Define this if you have a LiIon battery */
29#define HAVE_LIION
30
31/* Define this if you need to power on ATA */ 28/* Define this if you need to power on ATA */
32#define NEEDS_ATA_POWER_ON 29#define NEEDS_ATA_POWER_ON
33 30
@@ -37,6 +34,9 @@
37/* Define this to the CPU frequency */ 34/* Define this to the CPU frequency */
38#define CPU_FREQ 11059200 35#define CPU_FREQ 11059200
39 36
37/* Type of mobile power */
38#define CONFIG_BATTERY BATT_LIION2200
39
40/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */ 40/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */
41#define BATTERY_SCALE_FACTOR 8081 41#define BATTERY_SCALE_FACTOR 8081
42 42
@@ -61,7 +61,7 @@
61/* How to detect USB */ 61/* How to detect USB */
62#define USB_FMRECORDERSTYLE 1 62#define USB_FMRECORDERSTYLE 1
63 63
64/* Define this if the platform has batteries */ 64/* Define this if the platform can charge batteries */
65#define HAVE_BATTERIES 1 65#define HAVE_BATTERIES 1
66 66
67/* The start address index for ROM builds */ 67/* The start address index for ROM builds */