Fixed flash overflow for SPRACINGF3NEO

This commit is contained in:
Bruce Luckcuck 2018-05-06 15:06:25 -04:00
parent 851ed5f597
commit ba95e24fa4
1 changed files with 10 additions and 5 deletions

View File

@ -23,16 +23,21 @@
#define TARGET_BOARD_IDENTIFIER "SP3N"
#define USE_TARGET_CONFIG
//Making it fit into flash:
#undef USE_RTC_TIME
// Removed to make the firmware fit into flash (in descending order of priority):
// NOTE: Don't disable USE_GYRO_OVERFLOW_CHECK - board has ICM20602 gyro
#undef USE_GYRO_LPF2
#undef USE_TELEMETRY_MAVLINK
#undef USE_TELEMETRY_LTM
#undef USE_SERIALRX_XBUS
#undef USE_EXTENDED_CMS_MENUS
#undef USE_COPY_PROFILE_CMS_MENU
#undef USE_RTC_TIME
#undef USE_RX_MSP
#undef USE_ESC_SENSOR_INFO
#undef USE_CRSF_CMS_TELEMETRY
#undef USE_COPY_PROFILE_CMS_MENU
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT
#define LED0_PIN PB9