To fix the hang problem

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
290:3159ff1081a2
Parent:
289:9bd62b69874c
Child:
292:61aa2169ea1c
--- a/main.cpp	Sat Aug 06 06:34:38 2016 +0000
+++ b/main.cpp	Sun Aug 07 10:36:59 2016 +0000
@@ -114,8 +114,8 @@
     sys_reset_cdms_timer = new RtosTimer(sys_pwr_reset, osTimerPeriodic, (void * )NULL);
     sys_reset_cdms_timer->start(cdms_reset_timeout);
 
-    /*PL_wo_dma = new RtosTimer(payload_isr_fun_dma, osTimerPeriodic,(void * )NULL);
-    PL_wo_dma->start(6000);*/
+    //PL_wo_dma = new RtosTimer(payload_isr_fun_dma, osTimerPeriodic,(void * )NULL);
+    //PL_wo_dma->start(6000);
     //gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL);
     
     /*Timeout flipper;
@@ -129,7 +129,7 @@
     wait(1);
     }
     gPC.printf("PL_TC sent");*/
-    
+    //test_pl_main();
     while(true){
         Thread::wait(osWaitForever);
          gLEDG = !gLEDG;