aboutsummaryrefslogtreecommitdiff
path: root/test_fw/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_fw/include/board.h')
-rw-r--r--test_fw/include/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_fw/include/board.h b/test_fw/include/board.h
index 3f4be82..12aad5e 100644
--- a/test_fw/include/board.h
+++ b/test_fw/include/board.h
@@ -1,7 +1,5 @@
#pragma once
-#include <SPI.h>
-
constexpr auto SDA_PIN = 6, SCL_PIN = 23;
constexpr auto SD_CS = 17, SD_SCK = 18, SD_MOSI = 19, SD_MISO = 20;