summaryrefslogtreecommitdiff
path: root/hid/lib/drivers-avr/spi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hid/lib/drivers-avr/spi.cpp')
-rw-r--r--hid/lib/drivers-avr/spi.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/hid/lib/drivers-avr/spi.cpp b/hid/lib/drivers-avr/spi.cpp
index e2b56928..66061692 100644
--- a/hid/lib/drivers-avr/spi.cpp
+++ b/hid/lib/drivers-avr/spi.cpp
@@ -22,9 +22,6 @@
#include "spi.h"
-#include <Arduino.h>
-#include <SPI.h>
-
static volatile uint8_t _spi_in[8] = {0};
static volatile uint8_t _spi_in_index = 0;