summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index da44e8eaf1..201b5317e3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -86,6 +86,8 @@
86#include "config-h100.h" 86#include "config-h100.h"
87#elif defined(ARCHOS_GMINI120) 87#elif defined(ARCHOS_GMINI120)
88#include "config-gmini120.h" 88#include "config-gmini120.h"
89#elif defined(ARCHOS_GMINISP)
90#include "config-gminisp.h"
89#else 91#else
90/* no known platform */ 92/* no known platform */
91#endif 93#endif