For now, load the fm recorder config for v2 recorders too. It seems some of
the v2 units even has an fm unit! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4037 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
86b146da68
commit
d81ee8c468
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
#include "config-recorder.h"
|
||||
#elif defined(ARCHOS_FMRECORDER)
|
||||
#include "config-fmrecorder.h"
|
||||
#elif defined(ARCHOS_RECORDERV2)
|
||||
/* The v2 looks and acts a lot like a recorder */
|
||||
#include "config-fmrecorder.h"
|
||||
#else
|
||||
/* no known platform */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue