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: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
P_COM_INIT.h@169:451b54864992, 2016-04-22 (annotated)
- Committer:
- aniruddhv
- Date:
- Fri Apr 22 13:13:42 2016 +0000
- Revision:
- 169:451b54864992
- Parent:
- 155:ca7365c03fd7
- Child:
- 212:3d13a06bcd3a
commented out BAE commands
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| aniruddhv | 137:489a93a04d6b | 1 | #define P_COM_INIT {\ | 
| aniruddhv | 137:489a93a04d6b | 2 | gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\ | 
| aniruddhv | 144:4c20fcc105ce | 3 | RF_SW_CNTRL_BCN = 1;\ | 
| aniruddhv | 144:4c20fcc105ce | 4 | Thread::wait(25);\ | 
| aniruddhv | 144:4c20fcc105ce | 5 | RF_SW_CNTRL_BCN = 0;\ | 
| aniruddhv | 137:489a93a04d6b | 6 | gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\ | 
| aniruddhv | 169:451b54864992 | 7 | //COM_RX_CNTRL = 0;\ | 
| aniruddhv | 155:ca7365c03fd7 | 8 | Thread::wait(200);\ | 
| aniruddhv | 155:ca7365c03fd7 | 9 | COM_RX_CNTRL = 1;\ | 
| aniruddhv | 137:489a93a04d6b | 10 | gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\ | 
| aniruddhv | 137:489a93a04d6b | 11 | } | 
