diff --git a/src/systemcmds/pwm/pwm.c b/src/systemcmds/pwm/pwm.c index e2046701af..48a7513a95 100644 --- a/src/systemcmds/pwm/pwm.c +++ b/src/systemcmds/pwm/pwm.c @@ -64,7 +64,6 @@ #include "systemlib/err.h" #include "systemlib/param/param.h" #include "drivers/drv_pwm_output.h" -#include "drivers/stm32/drv_io_timer.h" static void usage(const char *reason); __EXPORT int pwm_main(int argc, char *argv[]);