summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 8bd63c42e6..d457ef40fd 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -22,6 +22,9 @@
22/* Define this to the CPU frequency */ 22/* Define this to the CPU frequency */
23#define CPU_FREQ 12000000 /* cycle time ~83.3ns */ 23#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
24 24
25/* Type of mobile power */
26#define CONFIG_BATTERY BATT_4AA_NIMH
27
25/* Battery scale factor (?) */ 28/* Battery scale factor (?) */
26#define BATTERY_SCALE_FACTOR 6546 29#define BATTERY_SCALE_FACTOR 6546
27 30
@@ -44,7 +47,7 @@
44/* How to detect USB */ 47/* How to detect USB */
45#define USB_PLAYERSTYLE 1 48#define USB_PLAYERSTYLE 1
46 49
47/* Define this if the platform has batteries */ 50/* Define this if the platform can charge batteries */
48#define HAVE_BATTERIES 1 51#define HAVE_BATTERIES 1
49 52
50/* Define this for programmable LED available */ 53/* Define this for programmable LED available */