Merge pull request #5841 from etracer65/spracingf3neo_flash_reduction

Fixed flash overflow for SPRACINGF3NEO
This commit is contained in:
Michael Keller 2018-05-07 21:29:35 +12:00 committed by GitHub
commit 9b4eee14cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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