summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-player.h2
-rw-r--r--firmware/export/config-recorder.h2
-rw-r--r--firmware/export/config-recorderv2.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 8d3f1a1051..aec31c2b84 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -62,7 +62,7 @@
62#define USB_FMRECORDERSTYLE 1 62#define USB_FMRECORDERSTYLE 1
63 63
64/* Define this if the platform can charge batteries */ 64/* Define this if the platform can charge batteries */
65#define HAVE_BATTERIES 1 65#define HAVE_CHARGING 1
66 66
67/* The start address index for ROM builds */ 67/* The start address index for ROM builds */
68#define ROM_START 0x14010 68#define ROM_START 0x14010
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index a3e982a062..d7931b20df 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -20,7 +20,7 @@
20#define CONFIG_BATTERY BATT_LIION2200 20#define CONFIG_BATTERY BATT_LIION2200
21 21
22/* Define this if the platform can charge batteries */ 22/* Define this if the platform can charge batteries */
23#define HAVE_BATTERIES 1 23#define HAVE_CHARGING 1
24 24
25/* The start address index for ROM builds */ 25/* The start address index for ROM builds */
26#define ROM_START 0x11010 26#define ROM_START 0x11010
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index d457ef40fd..d935a58edc 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -48,7 +48,7 @@
48#define USB_PLAYERSTYLE 1 48#define USB_PLAYERSTYLE 1
49 49
50/* Define this if the platform can charge batteries */ 50/* Define this if the platform can charge batteries */
51#define HAVE_BATTERIES 1 51#define HAVE_CHARGING 1
52 52
53/* Define this for programmable LED available */ 53/* Define this for programmable LED available */
54#define HAVE_LED 54#define HAVE_LED
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 1e90a05248..9aacb490dd 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -56,7 +56,7 @@
56#define USB_RECORDERSTYLE 1 56#define USB_RECORDERSTYLE 1
57 57
58/* Define this if the platform can charge batteries */ 58/* Define this if the platform can charge batteries */
59#define HAVE_BATTERIES 1 59#define HAVE_CHARGING 1
60 60
61/* The start address index for ROM builds */ 61/* The start address index for ROM builds */
62#define ROM_START 0x11010 62#define ROM_START 0x11010
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index b676a180ed..8addf78858 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -62,7 +62,7 @@
62#define USB_FMRECORDERSTYLE 1 62#define USB_FMRECORDERSTYLE 1
63 63
64/* Define this if the platform can charge batteries */ 64/* Define this if the platform can charge batteries */
65#define HAVE_BATTERIES 1 65#define HAVE_CHARGING 1
66 66
67/* The start address index for ROM builds */ 67/* The start address index for ROM builds */
68#define ROM_START 0x12010 68#define ROM_START 0x12010