From 6a1f1f3df5ac5ec07dd9f1224f2d90c162e2db54 Mon Sep 17 00:00:00 2001 From: mikeller Date: Wed, 14 Jun 2017 13:37:59 +1200 Subject: [PATCH] Disabled GPS for F3 to make the build fit into flash space. --- src/main/target/common_fc_pre.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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