mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
chip: stm32l4: Correct config mistype
This commit is contained in:
committed by
Xiang Xiao
parent
060df22968
commit
9aa3edc11e
@@ -437,8 +437,8 @@ static struct stm32l4_pwmchan_s g_pwm1channels[] =
|
||||
.out1 =
|
||||
{
|
||||
.in_use = 1,
|
||||
.pol = CONFIG_STM32L4L4_TIM1_CH4POL,
|
||||
.idle = CONFIG_STM32L4L4_TIM1_CH4IDLE,
|
||||
.pol = CONFIG_STM32L4_TIM1_CH4POL,
|
||||
.idle = CONFIG_STM32L4_TIM1_CH4IDLE,
|
||||
.pincfg = PWM_TIM1_CH4CFG,
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user