1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #4897 from AndersHoglund/bff3_remove_damr

BetaFlighF3, Motors 2 and 3 fail with DMAR on Dshot600. Disabled DMAR.
This commit is contained in:
Martin Budden 2018-01-03 22:54:02 +00:00 committed by GitHub
commit 93b25ba213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,8 @@
#define BEEPER PC15
#define BEEPER_INVERTED
#define USE_DSHOT_DMAR
#define USE_DSHOT_DMA
#undef USE_DSHOT_DMAR
#define USABLE_TIMER_CHANNEL_COUNT 10