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.
Diff: Main.cpp
- Revision:
- 12:d5f15e5bd256
- Parent:
- 11:00cb0217ce8a
- Child:
- 13:e5f9b5ec30e1
--- a/Main.cpp Wed Nov 29 21:06:43 2017 +0000
+++ b/Main.cpp Wed Nov 29 22:49:41 2017 +0000
@@ -328,7 +328,7 @@
}
break;
case READ_ERROR:
- puts("Data Reading Error");
+ pc.puts("Data Reading Error");
break;
}
}