Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

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);\
}