From ad9c53d0edb67b7839f7668a0be9804b1732a396 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 20 Jul 2016 13:48:54 -0600 Subject: [PATCH] pwm.h moved from include/nuttx/ to include/nuttx/drivers. --- examples/pwm/pwm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pwm/pwm_main.c b/examples/pwm/pwm_main.c index 229c049e1..143e19e82 100644 --- a/examples/pwm/pwm_main.c +++ b/examples/pwm/pwm_main.c @@ -51,7 +51,7 @@ #include #include -#include +#include #include "pwm.h"