mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Fixed ordering of disabled features by priority for OMNIBUS.
This commit is contained in:
parent
d55c3c68cf
commit
936742da89
1 changed files with 5 additions and 4 deletions
|
@ -20,14 +20,15 @@
|
||||||
// Removed to make the firmware fit into flash (in descending order of priority):
|
// Removed to make the firmware fit into flash (in descending order of priority):
|
||||||
#undef USE_DSHOT_DMAR // OMNIBUS (F3) does not benefit from burst Dshot
|
#undef USE_DSHOT_DMAR // OMNIBUS (F3) does not benefit from burst Dshot
|
||||||
#undef USE_GYRO_OVERFLOW_CHECK
|
#undef USE_GYRO_OVERFLOW_CHECK
|
||||||
#undef USE_TELEMETRY_LTM
|
|
||||||
#undef USE_RTC_TIME
|
|
||||||
|
|
||||||
|
#undef USE_SERIALRX_XBUS
|
||||||
|
#undef USE_TELEMETRY_LTM
|
||||||
|
#undef USE_TELEMETRY_MAVLINK
|
||||||
|
|
||||||
|
#undef USE_RTC_TIME
|
||||||
#undef USE_COPY_PROFILE_CMS_MENU
|
#undef USE_COPY_PROFILE_CMS_MENU
|
||||||
#undef USE_RX_MSP
|
#undef USE_RX_MSP
|
||||||
|
|
||||||
#undef USE_SERIALRX_XBUS
|
|
||||||
#undef USE_TELEMETRY_MAVLINK
|
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus
|
#define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue