mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 07:55:32 +00:00
fix use of undefined CONFIG_STM32L4_LPTIM1_CH1POL
This commit is contained in:
parent
3fcb441ef8
commit
ff85335b71
1 changed files with 1 additions and 1 deletions
|
|
@ -1318,7 +1318,7 @@ static struct stm32l4_pwmchan_s g_pwmlp1channels[] =
|
|||
.out1 =
|
||||
{
|
||||
.in_use = 1,
|
||||
.pol = CONFIG_STM32L4_LPTIM1_CH1POL,
|
||||
.pol = 0, /* REVISIT: Configure using CONFIG_STM32L4_LPTIM1_CH1POL, */
|
||||
.idle = 0, /* No idle */
|
||||
.pincfg = PWM_LPTIM1_CH1CFG,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue