diff options
Diffstat (limited to 'src/atsamd/adc.c')
-rw-r--r-- | src/atsamd/adc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atsamd/adc.c b/src/atsamd/adc.c index b340c1ff..65ea2e73 100644 --- a/src/atsamd/adc.c +++ b/src/atsamd/adc.c @@ -7,7 +7,6 @@ #include "command.h" // shutdown #include "gpio.h" // gpio_adc_read #include "internal.h" // GPIO -#include "samd21.h" // ADC #include "sched.h" // sched_shutdown static const uint8_t adc_pins[] = { |