To fix the hang problem
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: COM_POWER_OFF_TX.h
- Revision:
- 275:605dd29161ad
- Parent:
- 264:f7d8f9f361e3
--- a/COM_POWER_OFF_TX.h Wed Jul 20 09:58:59 2016 +0000 +++ b/COM_POWER_OFF_TX.h Sat Jul 23 23:37:46 2016 +0000 @@ -86,8 +86,8 @@ resume_bcn;\ }\ else{\ - if( /*gFLAGS & BAE_SW_EN_FLAG*/true ){\ - gPC.puts("resumning bcn2\r\n");\ + if( BAE_SW_STATUS == DEVICE_POWERED ){\ + gPC.puts("resumning bcn2\r\n");\ resume_bcn;\ }\ }\