We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a35e619 + 9ef43ac commit 730f81eCopy full SHA for 730f81e
libraries/SD/examples/listfiles/listfiles.ino
@@ -77,6 +77,7 @@ void printDirectory(File dir, int numTabs) {
77
Serial.print("\t\t");
78
Serial.println(entry.size(), DEC);
79
}
80
+ entry.close();
81
82
83
0 commit comments