Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
fixed VolumeSize to uint32_t so that 8G cards work
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed May 25, 2011
1 parent 93916f1 commit 95ecca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CardInfo/CardInfo.pde
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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();
Expand Down

0 comments on commit 95ecca5

Please sign in to comment.