mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Fixing SD ls function (Paul Stoffregen).
http://code.google.com/p/arduino/issues/detail?id=700
This commit is contained in:
parent
432fab12db
commit
726acf77de
@ -590,7 +590,7 @@ void SdFile::printDirName(const dir_t& dir, uint8_t width) {
|
|||||||
Serial.print('.');
|
Serial.print('.');
|
||||||
w++;
|
w++;
|
||||||
}
|
}
|
||||||
Serial.print(dir.name[i]);
|
Serial.write(dir.name[i]);
|
||||||
w++;
|
w++;
|
||||||
}
|
}
|
||||||
if (DIR_IS_SUBDIR(&dir)) {
|
if (DIR_IS_SUBDIR(&dir)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user