mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Disabled features to make it fit.
This commit is contained in:
parent
a160df792e
commit
cc3a7c063d
1 changed files with 5 additions and 1 deletions
|
@ -23,14 +23,18 @@
|
|||
#define TARGET_BOARD_IDENTIFIER "SP3N"
|
||||
#define USE_TARGET_CONFIG
|
||||
|
||||
// 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
|
||||
|
||||
// Removed to make the firmware fit into flash (in descending order of priority):
|
||||
#undef USE_GYRO_OVERFLOW_CHECK
|
||||
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
#undef USE_TELEMETRY_MAVLINK
|
||||
#undef USE_TELEMETRY_LTM
|
||||
#undef USE_SERIALRX_XBUS
|
||||
|
||||
#undef USE_BOARD_INFO
|
||||
#undef USE_EXTENDED_CMS_MENUS
|
||||
#undef USE_RTC_TIME
|
||||
#undef USE_RX_MSP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue