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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index d935a58edc..0b75f6eefa 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -50,6 +50,9 @@
50/* Define this if the platform can charge batteries */ 50/* Define this if the platform can charge batteries */
51#define HAVE_CHARGING 1 51#define HAVE_CHARGING 1
52 52
53/* The start address index for ROM builds */
54#define ROM_START 0xD010
55
53/* Define this for programmable LED available */ 56/* Define this for programmable LED available */
54#define HAVE_LED 57#define HAVE_LED
55 58