Remove features from STM32F3DISCOVERY to free up flash space

This commit is contained in:
Bruce Luckcuck 2018-07-07 19:29:07 -04:00
parent af267864e9
commit ae2abc5d50
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,6 @@
//#undef USE_TELEMETRY_HOTT
//#undef USE_TELEMETRY_MAVLINK
//#undef USE_TELEMETRY_LTM
//#undef USE_SERIALRX_XBUS
#undef USE_BOARD_INFO
@ -53,6 +52,7 @@
#undef USE_RTC_TIME
#undef USE_EXTENDED_CMS_MENUS
#undef USE_ESC_SENSOR_INFO
#undef USE_TELEMETRY_LTM
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE