summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index ede1825f88..d4e77cf893 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -635,6 +635,12 @@ Lyre prototype 1 */
635#endif 635#endif
636#endif 636#endif
637 637
638#if defined(__PCTOOL__) || defined(SIMULATOR)
639#ifndef CONFIG_PLATFORM
640#define CONFIG_PLATFORM PLATFORM_HOSTED
641#endif
642#endif
643
638#ifndef CONFIG_PLATFORM 644#ifndef CONFIG_PLATFORM
639#define CONFIG_PLATFORM PLATFORM_NATIVE 645#define CONFIG_PLATFORM PLATFORM_NATIVE
640#endif 646#endif