This commit is contained in:
Federico Fissore 2012-12-20 16:28:09 +01:00
commit 730f81e8ba
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ void printDirectory(File dir, int numTabs) {
Serial.print("\t\t");
Serial.println(entry.size(), DEC);
}
entry.close();
}
}