Skip to content

Commit 9ef43ac

Browse files
author
Federico Fissore
committed
fixes arduino#832
1 parent b703b8a commit 9ef43ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/SD/examples/listfiles/listfiles.ino

Lines changed: 1 addition & 0 deletions
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)