Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed C12832 DogM163 FatFileSystem
Diff: main.cpp
- Revision:
- 20:ec1c4f02d50e
- Parent:
- 19:ae979143c796
- Child:
- 26:304ecc4066a8
--- a/main.cpp Tue Dec 08 16:14:07 2015 +0000 +++ b/main.cpp Fri Dec 11 16:34:13 2015 +0000 @@ -108,7 +108,7 @@ printf("Unknown\n"); //Display the card capacity - printf("\tSectors: %llu\n", sd.disk_sectors()); + printf("\tSectors: %u\n", sd.disk_sectors()); printf("\tCapacity: %.1fMB\n", sd.disk_sectors() / 2048.0); /*//Format the card