
Compression code changed and RLY_TMTC pointers managed
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: ThreadsAndFunctions.h
- Revision:
- 161:a63672bf4423
- Parent:
- 124:7f0d823c5881
- Child:
- 164:be3b4b760d0c
--- a/ThreadsAndFunctions.h Mon Apr 11 16:04:55 2016 +0000 +++ b/ThreadsAndFunctions.h Thu Apr 14 04:14:21 2016 +0000 @@ -104,8 +104,6 @@ } else if( gFLAGS & NEW_TC_RECEIVED ){ gPC.puts("NEW TC RECEIVED\r\n"); -// DEBUF_PRINT("NEW TC RECEIVED\r\n"); - Thread::wait(2000); /*To be removed in flight model*/ gFLAGS = gFLAGS & (~NEW_TC_RECEIVED); gFLAGS = gFLAGS | COM_MNG_TMTC_RUNNING_FLAG;