publishing to check changes in cdms code
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE_samp_23SEP_DMA_flag by
Diff: ThreadsAndFunctions.h
- Revision:
- 261:1e54415b34d3
- Parent:
- 254:22d97475ca79
- Child:
- 262:752c8689944a
diff -r 65e1ace927fd -r 1e54415b34d3 ThreadsAndFunctions.h --- a/ThreadsAndFunctions.h Tue Jul 12 17:54:30 2016 +0000 +++ b/ThreadsAndFunctions.h Thu Jul 14 13:07:30 2016 +0000 @@ -143,7 +143,7 @@ } else if( gFLAGS & NEW_TC_RECEIVED ){ gPC.puts("NEW TC RECEIVED\r\n"); - Thread::wait(10000); + //Thread::wait(10000); gFLAGS = gFLAGS & (~NEW_TC_RECEIVED); gFLAGS = gFLAGS | COM_MNG_TMTC_RUNNING_FLAG;