summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 5e404a9873..8c2bc6863f 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -112,8 +112,10 @@
112/* Offset ( in the firmware file's header ) to the real data */ 112/* Offset ( in the firmware file's header ) to the real data */
113#define FIRMWARE_OFFSET_FILE_DATA 24 113#define FIRMWARE_OFFSET_FILE_DATA 24
114 114
115#ifndef BOOTLOADER
115/* Define this if you have an FM Radio */ 116/* Define this if you have an FM Radio */
116#define CONFIG_TUNER S1A0903X01 117#define CONFIG_TUNER S1A0903X01
118#endif
117 119
118/* The start address index for ROM builds */ 120/* The start address index for ROM builds */
119/* #define ROM_START 0x12010 for behind original Archos */ 121/* #define ROM_START 0x12010 for behind original Archos */