Team Fox / Mbed 2 deprecated BAE_QM_MAR9

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of workinQM_5thJan_azad by Team Fox

Revision:
46:e1fedbe3bc65
Parent:
45:b5bd48ffbb67
diff -r b5bd48ffbb67 -r e1fedbe3bc65 main.cpp
--- a/main.cpp	Wed Jul 06 09:18:03 2016 +0000
+++ b/main.cpp	Wed Jul 06 12:11:18 2016 +0000
@@ -336,14 +336,14 @@
 DigitalInOut DRV_Z_EN(PIN88);    //Sleep pin of driver z
 DigitalInOut TRZ_SW(PIN40);  //TR Z Switch
 DigitalOut CDMS_RESET(PIN7,1); // CDMS RESET
-DigitalOut BCN_SW(PIN14,0);      //Beacon switch
+DigitalOut BCN_SW(PIN14);      //Beacon switch
 DigitalInOut DRV_XY_EN(PIN82);
 
 
 
 //================================================================================
 //default flash array some filler bits added (detail in MMS file) 0x73582600
-uint32_t ARR_INITIAL_VAL[8]={0x73582E00,0x505A4141,0x1A1A1400,0x00000000,0x00000000,0x00000000,0xCBA20000,0x00000000};//to be done
+uint32_t ARR_INITIAL_VAL[8]={0x73582C00,0x505A4141,0x1A1A1400,0x00000000,0x00000000,0x00000000,0xCBA20000,0x00000000};//to be done
 
 void FLASH_INI()
 {