Skip to content

Commit 24261aa

Browse files
committed
remove sdfat, use sdfat fork in testbed
importing sdfat along with testbed was causing conflicts since it was importing both sdfat from rp2040 and sdfat - adafruit fork from testbed
1 parent 9dce1e3 commit 24261aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Factory_Tests/Feather_RP2040_Adalogger/Feather_RP2040_Adalogger.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
//
33
// SPDX-License-Identifier: MIT
44

5-
#include <SdFat.h>
65
#include <SPI.h>
7-
#include "Adafruit_TestBed.h"
6+
#include <Adafruit_TestBed.h>
87

98
SdFat SD;
109
SdFile file;

0 commit comments

Comments
 (0)