schedule the new components
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-03-09 20:25:43 +01:00
parent fd943a99b6
commit cb71b8cfb2
3 changed files with 38 additions and 8 deletions

View File

@ -169,9 +169,9 @@ enum commonObjects : uint32_t {
CFDP_TM_STORE = 0x73030000,
LIVE_TM_TASK = 0x73040000,
LOG_STORE_TASK = 0x73040001,
HK_STORE_TASK = 0x73040002,
CFDP_STORE_TASK = 0x73040003,
LOG_STORE_AND_TM_TASK = 0x73040001,
HK_STORE_AND_TM_TASK = 0x73040002,
CFDP_STORE_AND_TM_TASK = 0x73040003,
// Other stuff
THERMAL_TEMP_INSERTER = 0x90000003,