1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Merge pull request #5799 from etracer65/midelicf3_flash_reduction

Fixed flash overflow for MIDELICF3
This commit is contained in:
Michael Keller 2018-05-03 13:34:30 +12:00 committed by GitHub
commit 8720447eea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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