From 50eb373fbaa72cd309377621434b008ddc193be2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 Nov 2003 21:23:48 +0000 Subject: Use a proper config file for the v2, although it looks like the FM one now. Possibly it should have radio off defined somehow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4072 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 8279229f78..0b0cd41723 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -27,8 +27,7 @@ #elif defined(ARCHOS_FMRECORDER) #include "config-fmrecorder.h" #elif defined(ARCHOS_RECORDERV2) -/* The v2 looks and acts a lot like an FM recorder */ -#include "config-fmrecorder.h" +#include "config-recorderv2.h" #else /* no known platform */ #endif -- cgit v1.2.3