CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
137:489a93a04d6b
Child:
144:4c20fcc105ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/P_COM_INIT.h	Thu Mar 24 04:04:33 2016 +0000
@@ -0,0 +1,7 @@
+#define P_COM_INIT {\
+    gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\
+    /*PENDING: SWITCH RF RELAY TO BEACON*/\
+    gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\
+    /*PENDING: Reset COM receiver (0.2 seconds)*/\
+    gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\
+}
\ No newline at end of file