fix use of undefined CONFIG_STM32L4_LPTIM1_CH1POL

This commit is contained in:
Matias Nitsche
2020-04-15 18:47:15 -03:00
committed by patacongo
parent 3fcb441ef8
commit ff85335b71
+1 -1
View File
@@ -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,
}