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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 65fdc6a03c..7c57d9a120 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -600,7 +600,7 @@ Lyre prototype 1 */
600#elif defined(XDUOO_X20) 600#elif defined(XDUOO_X20)
601#include "config/xduoox20.h" 601#include "config/xduoox20.h"
602#else 602#else
603/* no known platform */ 603//#error "unknown hwardware platform!"
604#endif 604#endif
605 605
606#ifdef __PCTOOL__ 606#ifdef __PCTOOL__