
SDFileSystem
Dependencies: mbed PowerControl SDFileSystem
Fork of SDFilesystem by
Revision 3:e61ac065965e, committed 2016-12-15
- Comitter:
- MEXT1
- Date:
- Thu Dec 15 04:53:16 2016 +0000
- Parent:
- 2:d8e8144373cc
- Commit message:
- SDFileSystem
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d8e8144373cc -r e61ac065965e main.cpp --- a/main.cpp Wed Dec 14 16:12:46 2016 +0000 +++ b/main.cpp Thu Dec 15 04:53:16 2016 +0000 @@ -19,5 +19,5 @@ fgets(str,100,fp); puts(str); fclose(fp); - printf("Goodbye!!\r\n"); + pc.printf("Goodbye!!\r\n"); } \ No newline at end of file