add misc store
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-12-13 14:19:43 +01:00
parent eddc620307
commit 3965c08bfb
8 changed files with 36 additions and 12 deletions

View File

@ -146,6 +146,7 @@ enum commonObjects : uint32_t {
CFDP_TM_FUNNEL = 0x73000102,
CFDP_HANDLER = 0x73000205,
CFDP_DISTRIBUTOR = 0x73000206,
MISC_STORE = 0x73020001,
};
}