diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-fmrecorder.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-player.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-recorder.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-recorderv2.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 8d3f1a1..aec31c2 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -62,7 +62,7 @@ #define USB_FMRECORDERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x14010 diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index a3e982a..d7931b2 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -20,7 +20,7 @@ #define CONFIG_BATTERY BATT_LIION2200 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x11010 diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index d457ef4..d935a58 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -48,7 +48,7 @@ #define USB_PLAYERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* Define this for programmable LED available */ #define HAVE_LED diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 1e90a05..9aacb49 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -56,7 +56,7 @@ #define USB_RECORDERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x11010 diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index b676a18..8addf78 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -62,7 +62,7 @@ #define USB_FMRECORDERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x12010 |