boards: arm: nucleo_l45r change the STM32_PWM_COMPLEMENTARY macro

Change with the new STM32_PWM_COMPLEMENTARY macro for the nucleo_l4r5zi
board.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2023-01-19 12:28:50 +01:00 committed by Carles Cufí
commit c1f1939ca4

View file

@ -53,7 +53,7 @@
red_pwm_led: red_pwm_led {
pwms = <&pwm1 2 PWM_MSEC(20) (PWM_POLARITY_NORMAL |
PWM_STM32_COMPLEMENTARY)>;
STM32_PWM_COMPLEMENTARY)>;
};
};