Skip to content

Commit 5d5730a

Browse files
committed
revert change to #include "SD.h"
1 parent a973941 commit 5d5730a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/File.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
*/
1414

15-
#include <SD.h>
15+
#include "SD.h"
1616

1717
/* for debugging file open/close leaks
1818
uint8_t nfilecount=0;

0 commit comments

Comments
 (0)