diff --git a/boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c b/boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c index 133df7cdb7..06cea8ccb6 100644 --- a/boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c +++ b/boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c @@ -42,6 +42,7 @@ #include +#include #include #include @@ -62,7 +63,7 @@ /* Configuration **************************************************************/ /* PWM * - * The STM3240G-Eval has no real on-board PWM devices, but the board can be + * The nucleo-l432kc has no real on-board PWM devices, but the board can be * configured to output a pulse train using variously unused pins on the board * for PWM output (see board.h for details of pins). */