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.
Revision 27:e255eaf79cd2, committed 2019-05-28
- Comitter:
- bieleluk
- Date:
- Tue May 28 09:45:17 2019 +0000
- Parent:
- 26:541255b7c539
- Commit message:
Changed in this revision
debug_complete.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/debug_complete.cpp Mon May 27 00:24:55 2019 +0000 +++ b/debug_complete.cpp Tue May 28 09:45:17 2019 +0000 @@ -44,7 +44,9 @@ pc.printf("\n\r\e[32;40mto continue press any button\e[97;40m"); pc.getc(); // wait for character to continue - pc.printf("\r\e[2K\e[31;40mprogram is running\e[97;40m\n\r"); // continue in program + pc.printf("\r\e[2K\e[31;40mprogram is running\e[97;40m"); // continue in program + wait_ms(50); + }