pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
63:4d13680673bc
Parent:
55:39e59903bc3a
--- a/ThreadsAndFunctions.h	Fri Jan 15 15:47:01 2016 +0000
+++ b/ThreadsAndFunctions.h	Sat Jan 16 13:40:14 2016 +0000
@@ -103,7 +103,7 @@
         }
         else if( gFLAGS & NEW_TC_RECEIVED ){
             /*gPC.puts("NEW TC RECEIVED\r\n");*/
-            Thread::wait(7000);
+            Thread::wait(10000);
             gFLAGS = gFLAGS & (~NEW_TC_RECEIVED);
             gFLAGS = gFLAGS | COM_MNG_TMTC_RUNNING_FLAG;