boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c: Fix stm32_pwm.c build error, 'OK' undeclared.
This commit is contained in:
parent
260af07717
commit
679b11b03f
@ -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).
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user