Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: CDMS_HK.h
- Revision:
- 305:beb148fe97dc
- Parent:
- 303:b49b486a7107
- Child:
- 308:7c3872365d58
diff -r 7cc4fe191a54 -r beb148fe97dc CDMS_HK.h --- a/CDMS_HK.h Sat Sep 10 05:10:06 2016 +0000 +++ b/CDMS_HK.h Sat Sep 10 07:06:59 2016 +0000 @@ -118,7 +118,7 @@ for(int i = 124; i<128; i++) CDMS_HEALTH_DATA[i] = time >> i*8; gPC.printf("0x%d\n",time); - FCTN_SD_MNGR(); //Adding FSC & TMID to TM frame + //FCTN_SD_MNGR(); //Adding FSC & TMID to TM frame CDMS_HK_FRAME[0] = 0x20; CDMS_HK_FRAME[1] = FSC_CURRENT[4]+1; CDMS_HK_FRAME[2] = (FSC_CURRENT[4]+1) >> 8;