Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 270:9dacc1d8459a
- Parent:
- 268:ded5306a1fd1
- Child:
- 276:9e5b0085763d
diff -r 24c50959b0a4 -r 9dacc1d8459a DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Thu Jul 21 10:46:36 2016 +0000 +++ b/DefinitionsAndGlobals.h Thu Jul 21 11:07:04 2016 +0000 @@ -366,4 +366,9 @@ uint8_t COM_PA_RECOVERY_TIMEOUT; uint8_t COM_SESSION_TIMEOUT; uint8_t COM_RSSI_MIN; -uint16_t SD_LIB_BLK_CURRENT; \ No newline at end of file +uint16_t SD_LIB_BLK_CURRENT; + +//Enable's +uint8_t EN_PL; +uint8_t EN_HK; +uint8_t EN_RCV_SC; \ No newline at end of file