diff options
| -rw-r--r-- | firmware/export/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index bafff05..2618cf5 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -441,15 +441,15 @@ 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" #endif +#ifndef CONFIG_PLATFORM +#define CONFIG_PLATFORM PLATFORM_NATIVE +#endif + /* setup basic macros from capability masks */ #include "config_caps.h" |