From 24e2d8671d4c72bf2c8db4b27ad11906fef741c2 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 24 Dec 2008 17:28:01 +0000 Subject: Fix red and yellow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19580 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config-fmrecorder.h') 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 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x8000 +#ifndef BOOTLOADER /* Define this if you have an FM Radio */ #define CONFIG_TUNER S1A0903X01 +#endif #define AB_REPEAT_ENABLE 1 -- cgit v1.2.3