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:
- 197:1369ef45b49e
- Parent:
- 192:f0d5fde60221
- Child:
- 199:9f03d6ca94c9
--- a/ThreadsAndFunctions.h Thu Jun 30 10:19:00 2016 +0000 +++ b/ThreadsAndFunctions.h Thu Jun 30 10:51:38 2016 +0000 @@ -134,7 +134,7 @@ } else if( gFLAGS & NEW_TC_RECEIVED ){ gPC.puts("NEW TC RECEIVED\r\n"); - Thread::wait(10000); + Thread::wait(1000); gFLAGS = gFLAGS & (~NEW_TC_RECEIVED); gFLAGS = gFLAGS | COM_MNG_TMTC_RUNNING_FLAG;