diff options
author | Maxim Devaev <[email protected]> | 2022-07-11 02:12:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-11 02:12:38 +0300 |
commit | 89aff795fd7905aaf192428bb99814c13b98d5c2 (patch) | |
tree | 8f80c599f0c6f7d754f702f106c2e30d2fa60395 /hid/lib/drivers-avr/spi.cpp | |
parent | 1afd96cdb932ccb1df0f0ed7e6662080f2618a26 (diff) |
refactoring
Diffstat (limited to 'hid/lib/drivers-avr/spi.cpp')
-rw-r--r-- | hid/lib/drivers-avr/spi.cpp | 3 |
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; |