summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 1 insertions, 2 deletions
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 @@
27#elif defined(ARCHOS_FMRECORDER) 27#elif defined(ARCHOS_FMRECORDER)
28#include "config-fmrecorder.h" 28#include "config-fmrecorder.h"
29#elif defined(ARCHOS_RECORDERV2) 29#elif defined(ARCHOS_RECORDERV2)
30/* The v2 looks and acts a lot like an FM recorder */ 30#include "config-recorderv2.h"
31#include "config-fmrecorder.h"
32#else 31#else
33/* no known platform */ 32/* no known platform */
34#endif 33#endif