TELECOMMAND MANAGER V1

Dependencies:   mbed SLCD mbed-rtos

Revision:
4:f95195748a0c
Parent:
3:eec1097c0dd6
Child:
6:6e9ae3b44e60
--- a/MNG_TC.h	Wed Jun 24 05:59:14 2015 +0000
+++ b/MNG_TC.h	Wed Jun 24 12:04:43 2015 +0000
@@ -207,6 +207,7 @@
 @return:    none
 */
     void init(TC_list *head){
+//        printf("inside init\r\n");
         total_valid_TC = 0;
         TC_list_header = head;
         all_crc_pass = true;
@@ -223,6 +224,7 @@
 @return:    none
 */
     int start_with(){
+//        printf("inside start with\r\n");
         TC_list *current_TC = TC_list_header;
         TC_list *previous_TC = NULL;