FM

Dependencies:   SimpleDMA eeprom mbed-rtos mbed FreescaleIAP

Fork of CDMS_CODE by shubham c

Revision:
294:136d9b6c0acc
Parent:
292:61aa2169ea1c
Child:
295:699801854b71
--- a/main.cpp	Fri Aug 26 16:02:51 2016 +0000
+++ b/main.cpp	Fri Aug 26 16:08:38 2016 +0000
@@ -109,7 +109,7 @@
     
     HK_counter = new RtosTimer(hk_isr, osTimerPeriodic,(void * )NULL);
     //gHK_THREAD->signal_set(HK_SIGNAL);
-    //HK_counter->start(10000);
+    HK_counter->start(10000);
     
     sys_reset_cdms_timer = new RtosTimer(sys_pwr_reset, osTimerPeriodic, (void * )NULL);
     sys_reset_cdms_timer->start(cdms_reset_timeout);