summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-22 12:08:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-22 12:08:23 +0000
commit1387b08f681828da550ad13f1b979bfc892cce6e (patch)
tree47266ce57a5bd14ae0b1e335979933a76dd6a0fb /firmware
parent144714bcb241ed481ea8046a0e667949f6cc57c7 (diff)
downloadrockbox-1387b08f681828da550ad13f1b979bfc892cce6e.tar.gz
rockbox-1387b08f681828da550ad13f1b979bfc892cce6e.zip
actually USE the fm file!!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3146 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/config.h b/firmware/config.h
index ac98602902..d4b6f9e25b 100644
--- a/firmware/config.h
+++ b/firmware/config.h
@@ -25,8 +25,7 @@
#elif defined(ARCHOS_RECORDER)
#include "config-recorder.h"
#elif defined(ARCHOS_FMRECORDER)
-/* include the standard recorder config for now */
-#include "config-recorder.h"
+#include "config-fmrecorder.h"
#else
/* no known platform */
#endif