pls work

Dependencies:   mbed WS2813 PixelArray SDFileSystem ds3231

Fork of SDFileSystem_HelloWorld by Neil Thiessen

Revision:
20:ec1c4f02d50e
Parent:
19:ae979143c796
Child:
26:dcced86ba984
--- 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