Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
2:da28f21b72a1
Parent:
1:057d8fc6cb2f
diff -r 057d8fc6cb2f -r da28f21b72a1 src/ConfigurationHandler/Controls/SetpointControl.cpp
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Thu Sep 01 19:42:11 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Thu Sep 01 20:32:42 2016 +0000
@@ -1,6 +1,8 @@
 #include <stdio.h>
 #include "ConfigurationHandler.h"
 #include "rtos.h"
+#include "global.h"
+
 
 /*****************************************************************************
  * Function:             SetpointControl
@@ -13,7 +15,10 @@
 {
     Args_t  *info = (Args_t *)args;
     while (true ) {
+#ifndef SUPPRESS_OUTPUT
         printf("\r%s running with controlFile %s\n", __func__, info->controlFile);
+#endif
         Thread::wait(5000);
     }
+
 }
\ No newline at end of file