Changes: bbram Checking Function Registers Checking Funcrtion Indivisual Register checking Functions
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of COM_MNG_TMTC_SIMPLE by
Diff: ThreadsAndFunctions.h
- 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;