the stores only keep references to the current time
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-12-13 15:24:51 +01:00
parent 130a3ce727
commit 8c10cbe37b
5 changed files with 15 additions and 11 deletions

View File

@ -147,6 +147,7 @@ enum commonObjects : uint32_t {
CFDP_HANDLER = 0x73000205,
CFDP_DISTRIBUTOR = 0x73000206,
MISC_STORE = 0x73020001,
EVENT_STORE = 0x73020002,
};
}