TELECOMMAND MANAGER V1

Dependencies:   mbed SLCD mbed-rtos

Revision:
6:6e9ae3b44e60
Parent:
4:f95195748a0c
Child:
7:e71ecfe3a340
--- a/MNG_TC.h	Thu Jun 25 10:10:23 2015 +0000
+++ b/MNG_TC.h	Sat Jul 04 13:22:07 2015 +0000
@@ -290,7 +290,8 @@
 //        FILL UP THE REMAINING FIELDS WITH ZEROS
         while(TC_count < 8){
             l1_ack->TM_string[2] &= ~( 1 << (7-TC_count) );
-            l1_ack->TM_string[3+TC_count] = 0;
+//            l1_ack->TM_string[3+TC_count] = 0;
+            l1_ack->TM_string[3+TC_count] = 0x01;
             ++TC_count;
         }