FM

Dependencies:   SimpleDMA eeprom mbed-rtos mbed FreescaleIAP

Fork of CDMS_CODE by shubham c

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Sat Dec 31 08:11:46 2016 +0000
Parent:
332:7d2431ce979f
Commit message:
added sw_on_bae after beacon didnt send ack

Changed in this revision

COM_POWER_OFF_TX.h Show annotated file Show diff for this revision Revisions of this file
--- a/COM_POWER_OFF_TX.h	Wed Dec 28 04:25:18 2016 +0000
+++ b/COM_POWER_OFF_TX.h	Sat Dec 31 08:11:46 2016 +0000
@@ -80,7 +80,7 @@
     gFLAGS = gFLAGS & (~RF_SW_STATUS_FLAG);/*RF_SW_STATUS_FLAG set to RF_COM_BCN*/\
     if( gFLAGS & COM_AUTO_POWER_OFF_BAE_FLAG ){\
         /*gPC.puts("powering on bae\r\n")*/;\
-        SW_ON_BAE;\
+        SW_ON_BAE();\
         gFLAGS & (~COM_AUTO_POWER_OFF_BAE_FLAG);\
         gPC.puts("resumning bcn\r\n");\
         resume_bcn;\