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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index e6b84f9aaa..595b731e0f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -253,6 +253,10 @@
253#include "config-cowond2.h" 253#include "config-cowond2.h"
254#elif defined(CREATIVE_ZVM) 254#elif defined(CREATIVE_ZVM)
255#include "config-creativezvm.h" 255#include "config-creativezvm.h"
256#elif defined(CREATIVE_ZVM60GB)
257#include "config-creativezvm60gb.h"
258#elif defined(CREATIVE_ZV)
259#include "config-creativezv.h"
256#else 260#else
257/* no known platform */ 261/* no known platform */
258#endif 262#endif