From 1bd7040efe360789a3f2999948b80498a4528258 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 24 Oct 2024 05:24:43 -0400 Subject: most things working --- test_fw/include/board.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'test_fw/include/board.h') 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 - constexpr auto SDA_PIN = 6, SCL_PIN = 23; constexpr auto SD_CS = 17, SD_SCK = 18, SD_MOSI = 19, SD_MISO = 20; -- cgit v1.3.1