chip: stm32l4: Correct config mistype
This commit is contained in:
parent
060df22968
commit
9aa3edc11e
|
@ -437,8 +437,8 @@ static struct stm32l4_pwmchan_s g_pwm1channels[] =
|
||||||
.out1 =
|
.out1 =
|
||||||
{
|
{
|
||||||
.in_use = 1,
|
.in_use = 1,
|
||||||
.pol = CONFIG_STM32L4L4_TIM1_CH4POL,
|
.pol = CONFIG_STM32L4_TIM1_CH4POL,
|
||||||
.idle = CONFIG_STM32L4L4_TIM1_CH4IDLE,
|
.idle = CONFIG_STM32L4_TIM1_CH4IDLE,
|
||||||
.pincfg = PWM_TIM1_CH4CFG,
|
.pincfg = PWM_TIM1_CH4CFG,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue