Skip to content

Commit 730f81e

Browse files
author
Federico Fissore
committed
fixes #832
2 parents a35e619 + 9ef43ac commit 730f81e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/SD/examples/listfiles/listfiles.ino

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ void printDirectory(File dir, int numTabs) {
7777
Serial.print("\t\t");
7878
Serial.println(entry.size(), DEC);
7979
}
80+
entry.close();
8081
}
8182
}
8283

0 commit comments

Comments
 (0)