From b3057b52ef0fdeed0aba3f7131fbce7dbd408014 Mon Sep 17 00:00:00 2001 From: ugusto Fraga Giachero Date: Mon, 2 Sep 2019 08:01:14 -0600 Subject: [PATCH] examples/pwm/pwm_main.c: Update the pwm header path. --- 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 8cac1a281..c39f61d7d 100644 --- a/examples/pwm/pwm_main.c +++ b/examples/pwm/pwm_main.c @@ -50,7 +50,7 @@ #include #include -#include +#include #include "pwm.h"