NuMaker SD-File-System with SD mode (deprecated after mbed OS 5.4)

Revision:
1:491561ba4bbb
Parent:
0:c6ac37958fa3
Child:
3:359bb39953f3
--- a/main.cpp	Fri Oct 14 11:36:10 2016 +0800
+++ b/main.cpp	Fri Oct 14 07:58:14 2016 +0100
@@ -19,7 +19,7 @@
     }
 	printf("Create A File!\n");
 	
-    fprintf(fp, "Hello fun SD Card World!");
+    fprintf(fp, "Hello, SD Card write operation in mbed platform !");
     fclose(fp); 
 	
 	printf("Close The File!\n");