FM

Dependencies:   SimpleDMA eeprom mbed-rtos mbed FreescaleIAP

Fork of CDMS_CODE by shubham c

Revision:
161:a63672bf4423
Parent:
150:fa3940954b1e
Child:
162:48fda0b8d573
--- a/main.cpp	Mon Apr 11 16:04:55 2016 +0000
+++ b/main.cpp	Thu Apr 14 04:14:21 2016 +0000
@@ -23,6 +23,8 @@
 #include "OBSRS.h"
 #include "adf.h"
 #include "COM_RCV_TC.h"
+//#include "Flash.h"
+#include "cdms_rtc.h"
 #include "COM_MNG_TMTC.h"
 #include "COM_POWER_ON_TX.h"
 #include "COM_POWER_OFF_TX.h"
@@ -36,6 +38,7 @@
     
     // ******************INITIALISATIONS START******************
     // COM RX
+    
     RX1M.baud(1200);
     gRX_HEAD_DATA_NODE = new COM_RX_DATA_NODE;
     gRX_HEAD_DATA_NODE->next_node = NULL;