diff --git a/src/main/target/common_fc_pre.h b/src/main/target/common_fc_pre.h index 2a31aef325..0eea7fdc17 100644 --- a/src/main/target/common_fc_pre.h +++ b/src/main/target/common_fc_pre.h @@ -106,7 +106,6 @@ #endif #if (FLASH_SIZE > 128) -#define GPS #define CMS #define TELEMETRY_CRSF #define TELEMETRY_IBUS @@ -126,5 +125,8 @@ #endif #if (FLASH_SIZE > 256) +# Temporarily moved this here because of overflowing flash size on F3 +#define GPS + #define USE_UNCOMMON_MIXERS #endif