debug tool for STM32F042F6P6
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 |
diff -r 541255b7c539 -r e255eaf79cd2 debug_complete.cpp --- 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); + }