diff options
Diffstat (limited to 'hid/lib/drivers-avr/spi.h')
-rw-r--r-- | hid/lib/drivers-avr/spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/lib/drivers-avr/spi.h b/hid/lib/drivers-avr/spi.h index 4fb43d89..aade0a26 100644 --- a/hid/lib/drivers-avr/spi.h +++ b/hid/lib/drivers-avr/spi.h @@ -23,8 +23,10 @@ #pragma once #include <Arduino.h> + #include "connection.h" + namespace DRIVERS { struct Spi : public Connection { Spi() : Connection(CONNECTION) {} |