Integrated version

Revision:
13:d3ee2ba4efaf
Parent:
12:d4e5feab3a2d
Child:
14:73d3546d92fd
--- a/BaseMachineUIController.h	Fri Nov 25 17:53:47 2016 +0000
+++ b/BaseMachineUIController.h	Fri Nov 25 18:11:13 2016 +0000
@@ -602,9 +602,12 @@
         for (i = 0; i < 5; i++) {
             spareValue |= ((ExioInA[i]->read()) << i);
         }
+        
+        #if (UART_TRACE)
         if (spareValue != 0) {
             printf("spareValue: %d\r\n", spareValue);
         }
+        #endif
         
         spareValue2 = ExioRotEnc1->getVal();
     }