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.
Dependencies: mbed
Diff: SDFileSystem.h
- Revision:
- 14:0caa7b93af7a
- Parent:
- 6:a1fd0f1374e6
diff -r 5802ccfcc984 -r 0caa7b93af7a SDFileSystem.h
--- a/SDFileSystem.h Tue May 08 12:32:31 2018 +0000
+++ b/SDFileSystem.h Wed May 23 11:50:58 2018 +0000
@@ -40,7 +40,7 @@
* printf("\nWriting to SD card...");
* FILE *fp = fopen("/sd/sdtest.txt", "w");
* if (fp != NULL) {
- * fprintf(fp, "We're writing to an SD card!");
+ * fprintf(fp, "We're writing to an SD card! yay");
* fclose(fp);
* printf("success!\n");
* } else {