Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Files at this revision

API Documentation at this revision

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