Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ef43ac

Browse filesBrowse files
author
Federico Fissore
committed
fixes arduino#832
1 parent b703b8a commit 9ef43ac
Copy full SHA for 9ef43ac

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎libraries/SD/examples/listfiles/listfiles.ino

Copy file name to clipboardExpand all lines: libraries/SD/examples/listfiles/listfiles.ino
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.