From 6751621dbee0c1cc38b0f022e9659b91f7351a59 Mon Sep 17 00:00:00 2001 From: Silver Kits Date: Mon, 5 Dec 2016 12:19:33 +0200 Subject: [PATCH] Remove unused swdefs include from SPI library --- lib/matejx_avr_lib/spi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/matejx_avr_lib/spi.c b/lib/matejx_avr_lib/spi.c index 89103a6..c8dc998 100755 --- a/lib/matejx_avr_lib/spi.c +++ b/lib/matejx_avr_lib/spi.c @@ -18,7 +18,6 @@ Also, SS (CS) is not controlled by these methods. It's the responsibility of the #include #include "spi.h" -#include "swdefs.h" #include "hwdefs.h" #ifdef SPI_USE_CMT