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

Merge pull request #4950 from mikeller/fix_matekf411rx_target

Fixed timer definition for MATEKF411RX target.
This commit is contained in:
Michael Keller 2018-01-13 16:57:00 +13:00 committed by GitHub
commit 254fc514e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,4 +133,4 @@
//#define USE_DSHOT_DMA
#define USABLE_TIMER_CHANNEL_COUNT 9
#define USED_TIMERS ( TIM_N(2)|TIM_N(2)|TIM_N(4)|TIM_N(5)|TIM_N(9))
#define USED_TIMERS ( TIM_N(1)|TIM_N(2)|TIM_N(4)|TIM_N(5)|TIM_N(9))