Skip to content

Commit 572d8fa

Browse files
author
Federico Fissore
committed
fixes arduino#832
1 parent 6def4de commit 572d8fa

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
@@ -76,6 +76,7 @@ void printDirectory(File dir, int numTabs) {
7676
Serial.print("\t\t");
7777
Serial.println(entry.size(), DEC);
7878
}
79+
entry.close();
7980
}
8081
}
8182

0 commit comments

Comments
 (0)