From 529b89cb67813842a756352bec08d2f966170faa Mon Sep 17 00:00:00 2001 From: "MARTINKOWALSKY\\Martin Kowalsky" Date: Thu, 13 Apr 2017 15:06:57 +0200 Subject: [PATCH] Fixed KIWIF4 DSHOT DMA conflict --- src/main/target/KIWIF4/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/KIWIF4/target.c b/src/main/target/KIWIF4/target.c index ce77f3d36..b51617197 100644 --- a/src/main/target/KIWIF4/target.c +++ b/src/main/target/KIWIF4/target.c @@ -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