diff options
Diffstat (limited to 'hid/lib/drivers-avr/spi.h')
-rw-r--r-- | hid/lib/drivers-avr/spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/lib/drivers-avr/spi.h b/hid/lib/drivers-avr/spi.h index fc9337e5..6a8e9e8c 100644 --- a/hid/lib/drivers-avr/spi.h +++ b/hid/lib/drivers-avr/spi.h @@ -23,6 +23,7 @@ #pragma once #include <Arduino.h> +#include <SPI.h> void spiBegin(); |