diff options
Diffstat (limited to 'src/atsamd/hard_pwm.c')
-rw-r--r-- | src/atsamd/hard_pwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atsamd/hard_pwm.c b/src/atsamd/hard_pwm.c index 0f96cb2f..3f510520 100644 --- a/src/atsamd/hard_pwm.c +++ b/src/atsamd/hard_pwm.c @@ -7,7 +7,6 @@ #include "command.h" // shutdown #include "gpio.h" // gpio_pwm_write #include "internal.h" // GPIO -#include "samd21.h" // TCC0 #include "sched.h" // sched_shutdown struct gpio_pwm_info { |