Nuvoton / Mbed OS NuMaker-mbed-SDFileSystem-example

Files at this revision

API Documentation at this revision

Comitter:
CYLiang@OANBE02017.nuvoton.com
Date:
Fri Oct 14 07:58:14 2016 +0100
Parent:
0:c6ac37958fa3
Child:
2:00ac244a8f9b
Commit message:
Revise the message of SD write operation.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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");