mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fixed flash overflow on OMNIBUS.
This commit is contained in:
parent
06691e4d7c
commit
480ad40ab1
1 changed files with 5 additions and 4 deletions
|
@ -17,13 +17,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// Removed to make the firmware fit into flash:
|
||||
#undef USE_COPY_PROFILE_CMS_MENU
|
||||
// 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_GYRO_OVERFLOW_CHECK
|
||||
#undef USE_TELEMETRY_LTM
|
||||
#undef USE_RTC_TIME
|
||||
#undef USE_GYRO_OVERFLOW_CHECK
|
||||
|
||||
#undef USE_DSHOT_DMAR // OMNIBUS (F3) does not benefit from burst Dshot
|
||||
#undef USE_COPY_PROFILE_CMS_MENU
|
||||
#undef USE_RX_MSP
|
||||
|
||||
#define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue