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: SDFileSystem mbed
Fork of PES4_Programme by
Diff: source/sdcard.cpp
- Revision:
- 52:701d0c2f47d7
- Parent:
- 51:a98ffbd41e76
- Child:
- 53:1c61cadbcb35
--- a/source/sdcard.cpp Thu Mar 29 18:17:38 2018 +0000
+++ b/source/sdcard.cpp Thu Mar 29 18:27:02 2018 +0000
@@ -73,7 +73,7 @@
//Print the start message
- printf("\n\rPress the button to perform tests: ");
+ printf("\n\rStarting SD Card test application:");
//Make sure a card is present
@@ -134,7 +134,7 @@
fclose(fp);
printf("\tText written to SD card\n\r");
- printf("\tGoodbye World!\n\r");
+ printf("\tGoodbye World!\r\n");
//Unmount the SD card
sd.unmount();
