aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_pwm.h')
-rw-r--r--os/hal/include/hal_pwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/hal_pwm.h b/os/hal/include/hal_pwm.h
index e50f7a10d..6d69cdbc7 100644
--- a/os/hal/include/hal_pwm.h
+++ b/os/hal/include/hal_pwm.h
@@ -89,7 +89,7 @@ typedef struct PWMDriver PWMDriver;
*/
typedef void (*pwmcallback_t)(PWMDriver *pwmp);
-#include "pwm_lld.h"
+#include "hal_pwm_lld.h"
/*===========================================================================*/
/* Driver macros. */