diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-17 13:49:03 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-17 13:49:03 -0400 |
commit | 6c908952bd16f9a1f02ef025e41b0985de593096 (patch) | |
tree | 93a8e5f5abca7eba0a01c5ae66757d5423b03a44 | |
parent | 8aca7764c32fc9308b701081aeb158cb433c4596 (diff) | |
download | kutter-6c908952bd16f9a1f02ef025e41b0985de593096.tar.gz kutter-6c908952bd16f9a1f02ef025e41b0985de593096.tar.xz kutter-6c908952bd16f9a1f02ef025e41b0985de593096.zip |
spi_software: Remove unused include file
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/spi_software.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spi_software.c b/src/spi_software.c index 345e2f81..54b75dcd 100644 --- a/src/spi_software.c +++ b/src/spi_software.c @@ -4,7 +4,6 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -#include "board/irq.h" // gpio_out_setup #include "board/gpio.h" // gpio_out_setup #include "basecmd.h" // oid_alloc #include "command.h" // DECL_COMMAND |