examples/pwm/pwm_main.c: Update the pwm header path.

This commit is contained in:
ugusto Fraga Giachero 2019-09-02 08:01:14 -06:00 committed by Gregory Nutt
parent 104d7f3716
commit b3057b52ef

View File

@ -50,7 +50,7 @@
#include <debug.h>
#include <string.h>
#include <nuttx/drivers/pwm.h>
#include <nuttx/timers/pwm.h>
#include "pwm.h"