1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Disabled GPS for F3 to make the build fit into flash space.

This commit is contained in:
mikeller 2017-06-14 13:37:59 +12:00
parent a139e71750
commit 6a1f1f3df5

View file

@ -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