added remaining missing stores
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-12-14 10:54:18 +01:00
parent 58d6b59b7c
commit ff9bcd6b14
3 changed files with 21 additions and 11 deletions

View File

@ -146,9 +146,10 @@ enum commonObjects : uint32_t {
CFDP_TM_FUNNEL = 0x73000102,
CFDP_HANDLER = 0x73000205,
CFDP_DISTRIBUTOR = 0x73000206,
MISC_STORE = 0x73020001,
OK_STORE = 0x73020002,
NOT_OK_STORE = 0x73020003,
MISC_TM_STORE = 0x73020001,
OK_TM_STORE = 0x73020002,
NOT_OK_TM_STORE = 0x73020003,
HK_TM_STORE = 0x73020004
};
}