Merge pull request #2875 from flyinglemonfpv/master

Fixed KIWIF4 DSHOT DMA conflict
This commit is contained in:
Martin Budden 2017-04-18 08:15:38 +01:00 committed by GitHub
commit 149d945e59
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
DEF_TIM(TIM3, CH4, PB1, TIM_USE_MOTOR, 1, 0),
DEF_TIM(TIM2, CH3, PA2, TIM_USE_MOTOR, 1, 0),
#if defined(PLUMF4) || defined(KIWIF4V2)
DEF_TIM(TIM5, CH1, PA0, TIM_USE_LED, 0, 0), //LED
DEF_TIM(TIM2, CH1, PA0, TIM_USE_LED, 1, 0), //LED
#else
DEF_TIM(TIM4, CH2, PB7, TIM_USE_LED, 0, 0), // LED
#endif