diff options
Diffstat (limited to 'libraries/SD/examples/CardInfo')
-rw-r--r-- | libraries/SD/examples/CardInfo/CardInfo.ino (renamed from libraries/SD/examples/CardInfo/CardInfo.pde) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/SD/examples/CardInfo/CardInfo.pde b/libraries/SD/examples/CardInfo/CardInfo.ino index 7abfd33..fb2f6c3 100644 --- a/libraries/SD/examples/CardInfo/CardInfo.pde +++ b/libraries/SD/examples/CardInfo/CardInfo.ino @@ -80,7 +80,7 @@ void setup() // print the type and size of the first FAT-type volume - long volumesize; + uint32_t volumesize; Serial.print("\nVolume type is FAT"); Serial.println(volume.fatType(), DEC); Serial.println(); |