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:
- 16:5791665200cb
- Parent:
- 14:e55ae9bb2a81
- Child:
- 20:5de24e4ae1c5
diff -r aed8f326c949 -r 5791665200cb src/command.cpp --- a/src/command.cpp Tue Dec 11 16:59:21 2018 +0000 +++ b/src/command.cpp Wed Dec 12 00:10:03 2018 +0000 @@ -39,8 +39,8 @@ #include "menu.h" #include "command.h" -unsigned int boardsActive; -unsigned int boardMults; +unsigned int boardsActive = 1; +unsigned int boardMults = 1; unsigned int commandData; extern unsigned short my12;