Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
3:8ea4db957749
Parent:
2:da28f21b72a1
Child:
11:0695c1091129
Child:
12:ea87887ca7ad
--- a/src/ConfigurationHandler/ConfigurationHandler.h	Thu Sep 01 20:32:42 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.h	Tue Sep 06 17:51:37 2016 +0000
@@ -7,25 +7,6 @@
 #ifndef CONFIGURATION_HANDLER_H
 #define CONFIGURATION_HANDLER_H
 
-#include "rtos.h"       // for Thread 
-
 void ConfigurationHandler(void const *args);
-void ConfigurationHandler_DisplayThreads(void);
-
-extern void TimerControl(void const *args);
-extern void ManualControl(void const *args);
-extern void SetpointControl(void const *args);
-extern void CompositeControl(void const *args);
-extern void PIDControl(void const *args);
-
-typedef struct args_t {
-    char            controlFile[32];
-    unsigned int    reserved;               // for future use 
-} Args_t;
-
-typedef struct Tcb_tag {
-    Thread  *thread;                             // printer to control thread
-    Args_t  *args;                          // pointer to control thread args
-} Tcb_t;
 
 #endif