boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c: Fix stm32_pwm.c build error, 'OK' undeclared.

This commit is contained in:
Daniel P. Carvalho 2020-01-09 11:20:32 -06:00 committed by Gregory Nutt
parent 260af07717
commit 679b11b03f

View File

@ -42,6 +42,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <errno.h>
#include <debug.h>
@ -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).
*/