Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs 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;