From ababff0e38dc7f3cf3884874b69e8400d92e9e55 Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Sun, 31 Oct 2021 00:19:12 +0100 Subject: [PATCH] Removing unnecessary include --- part14-ethernet/net/encspi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/part14-ethernet/net/encspi.c b/part14-ethernet/net/encspi.c index 7f5f18c..524f73f 100644 --- a/part14-ethernet/net/encspi.c +++ b/part14-ethernet/net/encspi.c @@ -1,5 +1,4 @@ #include "../include/spi.h" -#include "../kernel/kernel.h" void ENC_SPI_Select(unsigned char truefalse) { spi_chip_select(!truefalse); // If it's true, select 0 (the ENC), if false, select 1 (i.e. deselect the ENC)