Fixed timer definition for MATEKF411RX target.

This commit is contained in:
Michael Keller 2018-01-12 20:03:24 +13:00
parent e1d12a5fd8
commit a50889039c
1 changed files with 1 additions and 1 deletions

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