mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Fixed flash overflow for MIDELICF3
This commit is contained in:
parent
6d72a853dd
commit
87e6497c77
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
|||
|
||||
// prevent flash overflow
|
||||
#undef USE_CRSF_CMS_TELEMETRY
|
||||
#undef USE_GYRO_OVERFLOW_CHECK // target does not use an affected gyro
|
||||
#undef USE_SERIALRX_SUMD
|
||||
#undef USE_SERIALRX_SUMH
|
||||
#undef USE_SERIALRX_XBUS
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
#undef USE_TELEMETRY_LTM
|
||||
|
||||
#define LED0_PIN PB5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue