diff options
Diffstat (limited to 'src/atsamd/spi.c')
-rw-r--r-- | src/atsamd/spi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/atsamd/spi.c b/src/atsamd/spi.c index 67c68cea..02aad5d3 100644 --- a/src/atsamd/spi.c +++ b/src/atsamd/spi.c @@ -6,9 +6,7 @@ // This file may be distributed under the terms of the GNU GPLv3 license. #include "internal.h" // enable_pclock -#include "command.h" // shutdown #include "gpio.h" // spi_setup -#include "sched.h" // sched_shutdown void spi_init(uint32_t bus, SercomSpi *ss, uint32_t ctrla, uint32_t baud) |