Skip to content

Commit 43c1671

Browse files
authored
Merge pull request #619 from adafruit/TheKitty-patch-70
Update SDfileList.ino
2 parents 4c409df + 1b3f29e commit 43c1671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Arduino_Ethernet_SD_Card/SDfileList/SDfileList.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
modified 12 Apr 2018 by Mike Barela
1616
1717
This example code is in the public domain.
18-
18+
1919
*/
2020
#include <SPI.h>
2121
#include <SD.h>
@@ -73,4 +73,4 @@ void printDirectory(File dir, int numTabs) {
7373
}
7474
entry.close();
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)