TELECOMMAND MANAGER V1

Dependencies:   mbed SLCD mbed-rtos

Revision:
16:de2224dd9a0d
Parent:
8:cb93c1d3209a
diff -r 7b27a8e9cbb4 -r de2224dd9a0d COM_RCV_TC.h
--- a/COM_RCV_TC.h	Mon Aug 03 14:29:35 2015 +0000
+++ b/COM_RCV_TC.h	Thu Sep 17 13:54:08 2015 +0000
@@ -4,7 +4,7 @@
     unsigned char tempString[136];
     TC_list *return_this = NULL;
     
-    void inline attach_frame(unsigned int length){
+    void attach_frame(unsigned int length){
         // allocate new node
         // handle Head node
         if( tc_frames == 0 ){