STM32F4: removing GPS for 64k flash, as too large

This commit is contained in:
blckmn 2016-06-08 19:54:55 +10:00
parent 6ebb1f0b34
commit 9ad4f169ea
1 changed files with 5 additions and 5 deletions

View File

@ -23,11 +23,11 @@
#define BLACKBOX
#if (FLASH_SIZE > 64)
#define GPS
#define GPS_PROTO_NMEA
#define GPS_PROTO_UBLOX
#define GPS_PROTO_I2C_NAV
#define GPS_PROTO_NAZA
//#define GPS
//#define GPS_PROTO_NMEA
//#define GPS_PROTO_UBLOX
//#define GPS_PROTO_I2C_NAV
//#define GPS_PROTO_NAZA
#define TELEMETRY
#define TELEMETRY_FRSKY