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:
parent
a139e71750
commit
6a1f1f3df5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue