mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Merge pull request #5166 from jflyper/bfdev-omnibus-drop-xbus-mavlink
OMNIBUS Drop XBUS and MAVLINK in favor of FLASH & RAM
This commit is contained in:
commit
94d0fbb997
1 changed files with 6 additions and 2 deletions
|
@ -20,12 +20,16 @@
|
||||||
// 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
|
||||||
|
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus
|
#define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus
|
||||||
|
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue