Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL2

Dependencies:   mbed

Revision:
21:fe0ea1860c9f
Parent:
20:5de24e4ae1c5
Child:
25:8bcc8bea0e31
diff -r 5de24e4ae1c5 -r fe0ea1860c9f src/command.cpp
--- 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;
       }