Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Revision 335:1d322face8cc, committed 2016-12-31
- 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;\
