We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb39f8 commit 59436aeCopy full SHA for 59436ae
libraries/SD/examples/CardInfo/CardInfo.ino
@@ -55,7 +55,7 @@ void setup()
55
}
56
57
// print the type and size of the first FAT-type volume
58
- uint32_t volumesize;
+ uint64_t volumesize;
59
Serial.print("\nVolume type is FAT");
60
Serial.println(fatFs.fatType(), DEC);
61
Serial.println();
0 commit comments