1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00
This commit is contained in:
Federico Fissore 2012-12-20 16:26:46 +01:00
parent b703b8a964
commit 9ef43accbc

View File

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