
Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
P_COM_INIT.h
- Committer:
- ee12b079
- Date:
- 2016-09-04
- Revision:
- 301:701ac67649b7
- Parent:
- 262:752c8689944a
- Child:
- 215:570251b23c7b
- Child:
- 319:c11a52b91d25
File content as of revision 301:701ac67649b7:
#define P_COM_INIT {\ gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\ RF_SW_CNTRL_BCN = 1;\ Thread::wait(25);\ RF_SW_CNTRL_BCN = 0;\ gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\ COM_RX_CNTRL = 0;\ Thread::wait(200);\ COM_RX_CNTRL = 1;\ gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\ }