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: mbed
Diff: src/command.cpp
- Revision:
- 3:d8948c5b2951
- Parent:
- 1:9f8583ba2431
- Child:
- 4:db38665c3727
--- a/src/command.cpp Sun Nov 25 01:23:33 2018 +0000 +++ b/src/command.cpp Tue Nov 27 17:47:57 2018 +0000 @@ -1301,6 +1301,10 @@ { menuRedraw();//RK: menuRedraw is empty. } + else if (!strcmp(commandString, "HELP")) + { + menuRedraw();//RK: menuRedraw is empty. + } else if (!strcmp(commandString, "BRDS")) // BRDS is used to get/set the wr_out value. // The integer value of multiplier is used to change wr_out via setBoardEnables(multiplier). @@ -1767,7 +1771,8 @@ sendSerial(" ?"); } - sendCRLF(); + //sendCRLF(); + menuPrompt(MENU_DCM1); } /************************************************************