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.
Revision 1:491561ba4bbb, committed 2016-10-14
- 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");