Remove features from STM32F3DISCOVERY to free up flash space
This commit is contained in:
parent
af267864e9
commit
ae2abc5d50
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue