We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b703b8a commit 9ef43acCopy full SHA for 9ef43ac
libraries/SD/examples/listfiles/listfiles.ino
@@ -76,6 +76,7 @@ void printDirectory(File dir, int numTabs) {
76
Serial.print("\t\t");
77
Serial.println(entry.size(), DEC);
78
}
79
+ entry.close();
80
81
82
0 commit comments