summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6b64137..bafff05 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -441,6 +441,10 @@ Lyre prototype 1 */
/* no known platform */
#endif
+#ifndef CONFIG_PLATFORM
+#define CONFIG_PLATFORM PLATFORM_NATIVE
+#endif
+
/* keep this include after the target configs */
#ifdef SIMULATOR
#include "config/sim.h"
@@ -518,10 +522,6 @@ Lyre prototype 1 */
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
#endif
-#ifndef CONFIG_PLATFORM
-#define CONFIG_PLATFORM PLATFORM_NATIVE
-#endif
-
#ifndef CONFIG_TUNER
#define CONFIG_TUNER 0
#endif