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:
- 21:fe0ea1860c9f
- Parent:
- 20:5de24e4ae1c5
- Child:
- 25:8bcc8bea0e31
--- a/src/command.cpp Tue Jan 08 22:05:53 2019 +0000 +++ b/src/command.cpp Fri Jan 11 21:45:55 2019 +0000 @@ -39,8 +39,8 @@ #include "menu.h" #include "command.h" -unsigned int boardsActive = 1; -unsigned int boardMults = 1; +unsigned int boardsActive = ALLON; +unsigned int boardMults = 32; unsigned int commandData; extern unsigned short my12; @@ -793,7 +793,7 @@ while ((isspace(rxbuf[bufloc])) || (rxbuf[bufloc] == '[')) bufloc++; if(rxbuf[bufloc] == NULL){ - boardsActive = 1; + boardsActive = ALLON; startConverter(boardsActive); testing = FALSE; }