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:
- 14:e55ae9bb2a81
- Parent:
- 12:fd1fd1857628
- Child:
- 16:5791665200cb
--- a/src/command.cpp Sat Dec 08 02:02:25 2018 +0000 +++ b/src/command.cpp Sat Dec 08 16:57:27 2018 +0000 @@ -690,14 +690,6 @@ { menuRedraw(NO_PROMPT); } - else if (!strcmp(commandString, "BUCK")) - { - buck = TRUE; - } - else if (!strcmp(commandString, "BOOST")) - { - buck = FALSE; - } else if (!strcmp(commandString, "BRDS")) // BRDS is used to get/set the wr_out value. // The integer value of boardsActive is used to change wr_out via setBoardEnables(boardsActive).