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, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 29d68cd100..e0581507b5 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -424,6 +424,9 @@ Lyre prototype 1 */
424#include "config/vibe500.h" 424#include "config/vibe500.h"
425#elif defined(MPIO_HD200) 425#elif defined(MPIO_HD200)
426#include "config/mpiohd200.h" 426#include "config/mpiohd200.h"
427
428#elif defined(APPLICATION)
429#include "config/application.h"
427#else 430#else
428/* no known platform */ 431/* no known platform */
429#endif 432#endif