summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-12-24 17:28:01 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-12-24 17:28:01 +0000
commit24e2d8671d4c72bf2c8db4b27ad11906fef741c2 (patch)
tree08e74ca61ec2d41387872fba37126ffd6a1e7ce6 /firmware/export/config-fmrecorder.h
parent3157e1395674a930c74e2ef4cc4ce78dffea8569 (diff)
downloadrockbox-24e2d8671d4c72bf2c8db4b27ad11906fef741c2.tar.gz
rockbox-24e2d8671d4c72bf2c8db4b27ad11906fef741c2.zip
Fix red and yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19580 a1c6a512-1295-4272-9138-f99709370657
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