summaryrefslogtreecommitdiff
path: root/hid/lib/drivers-avr/spi.h
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-03-04 19:41:12 +0200
committerMaxim Devaev <[email protected]>2023-03-04 19:41:12 +0200
commit79e1b457b7fff18577745cfbb0b96d03c60281eb (patch)
tree8a43c3ef0b0585922ea886591c8428df3e76e877 /hid/lib/drivers-avr/spi.h
parent52ac8d93a18521f19dc45e9b4283417ed06f63d8 (diff)
refactoring
Diffstat (limited to 'hid/lib/drivers-avr/spi.h')
-rw-r--r--hid/lib/drivers-avr/spi.h2
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) {}