
publishing to check changes in cdms code
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE_samp_23SEP_DMA_flag by
Revision 293:442564c72202, committed 2016-08-26
- Comitter:
- ee12b079
- Date:
- Fri Aug 26 16:02:51 2016 +0000
- Parent:
- 292:61aa2169ea1c
- Child:
- 294:136d9b6c0acc
- Commit message:
- Mutex issue solved
Changed in this revision
ThreadsAndFunctions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ThreadsAndFunctions.h Fri Aug 26 14:40:29 2016 +0000 +++ b/ThreadsAndFunctions.h Fri Aug 26 16:02:51 2016 +0000 @@ -337,6 +337,7 @@ gSESSION_TIMEOUT.detach(); gFLAGS = gFLAGS & (~COM_SESSION_FLAG); } + gPAY_SPI->bulkRead_resume(&payload_isr_fun); gMutex.unlock(); } } \ No newline at end of file