Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
131:a290a3934132
Parent:
128:534bf29132f8
Child:
132:45821e189dd0
--- a/src/ControlTask/ControlTask.cpp	Mon Sep 26 12:35:12 2016 +0000
+++ b/src/ControlTask/ControlTask.cpp	Mon Sep 26 17:36:30 2016 +0000
@@ -6,7 +6,8 @@
 
 /*****************************************************************************
  * Function:            ControlTask()
- * Description:         show the controls
+ * Description:         This task will loop through all of the configured
+ *                      controls
  *
  * @param               msg
  * @return              none
@@ -39,7 +40,6 @@
             }
         }
         
-        // TODO: service the manual controls 
         Thread::wait(500);
     }
 }
\ No newline at end of file