CDMS_CODE_samp_23SEP_DMA_flag

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE_samp_23SEP_DMA by iitm sat

P_COM_INIT.h

Committer:
aniruddhv
Date:
2016-03-24
Revision:
137:489a93a04d6b
Child:
144:4c20fcc105ce

File content as of revision 137:489a93a04d6b:

#define P_COM_INIT {\
    gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\
    /*PENDING: SWITCH RF RELAY TO BEACON*/\
    gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\
    /*PENDING: Reset COM receiver (0.2 seconds)*/\
    gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\
}