diff options
Diffstat (limited to 'src/lpc176x/spi.c')
-rw-r--r-- | src/lpc176x/spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lpc176x/spi.c b/src/lpc176x/spi.c index bfdb8fe8..c297fb01 100644 --- a/src/lpc176x/spi.c +++ b/src/lpc176x/spi.c @@ -4,7 +4,6 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -#include "LPC17xx.h" // LPC_SSP0 #include "command.h" // shutdown #include "gpio.h" // spi_setup #include "internal.h" // gpio_peripheral |