diff --git a/src/main/target/KIWIF4/target.c b/src/main/target/KIWIF4/target.c index ce77f3d36f..b51617197c 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