1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
This commit is contained in:
Federico Fissore
2012-12-20 16:28:09 +01:00

View File

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