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.
Fork of LogUtil by
Revision 3:9f20058284bd, committed 2013-04-10
- Comitter:
- sam_grove
- Date:
- Wed Apr 10 06:18:50 2013 +0000
- Parent:
- 2:c54746c59ba4
- Child:
- 4:cf2ada8ed11b
- Child:
- 5:1b4f4d4aec8c
- Commit message:
- changes to documentation
Changed in this revision
| LogUtil.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LogUtil.cpp Fri Apr 05 23:16:03 2013 +0000
+++ b/LogUtil.cpp Wed Apr 10 06:18:50 2013 +0000
@@ -30,7 +30,6 @@
debug.printf("\033[2J"); // clear the terminal
debug.printf("\033[1;1H");// and set the cursor to home
wait(0.5f);
-
return;
}
