summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 716bc98e09..50cee2be12 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -54,8 +54,10 @@
54/* The number of bytes reserved for loadable plugins */ 54/* The number of bytes reserved for loadable plugins */
55#define PLUGIN_BUFFER_SIZE 0x8000 55#define PLUGIN_BUFFER_SIZE 0x8000
56 56
57#ifndef BOOTLOADER
57/* Define this if you have an FM Radio */ 58/* Define this if you have an FM Radio */
58#define CONFIG_TUNER S1A0903X01 59#define CONFIG_TUNER S1A0903X01
60#endif
59 61
60#define AB_REPEAT_ENABLE 1 62#define AB_REPEAT_ENABLE 1
61 63