DMA issue to be tested

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
160:ef280e6dda44
Parent:
155:ca7365c03fd7
Child:
211:77bee0cbebfe
--- a/COM_POWER_OFF_TX.h	Wed Apr 13 12:19:35 2016 +0000
+++ b/COM_POWER_OFF_TX.h	Mon Apr 18 10:41:25 2016 +0000
@@ -65,12 +65,12 @@
     beacon_tc->TC_string[0] = 0x01;\
     beacon_tc->TC_string[1] = BCN_APID_SOURCE;\
     beacon_tc->TC_string[2] = BCN_SERVICE;\
-    beacon_tc->TC_string[3] = BCN_ENABLE_PID;\
+    beacon_tc->TC_string[3] = 0xE2;\
     beacon_tc->TC_string[4] = 0x00;\
     beacon_tc->TC_string[5] = 0;\
     beacon_tc->TC_string[6] = 0;\
     beacon_tc->TC_string[7] = 0;\
-    beacon_tc->TC_string[8] = 0x01;\
+    beacon_tc->TC_string[8] = 0;\
     uint16_t crc16 = crc16_gen(beacon_tc->TC_string, 9);\
     beacon_tc->TC_string[9]  = (crc16 & 0xFF00)>>8;\
     beacon_tc->TC_string[10] = (crc16 & 0x00FF);\