restructured tmtc modules a bit, added comDefinitions file
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-04-28 16:38:06 +02:00
parent 9c0a89bbdc
commit 699bc520f0
18 changed files with 56 additions and 15 deletions

View File

@ -105,6 +105,7 @@ enum commonObjects: uint32_t {
ACS_SUBSYSTEM = 0x73010001,
PL_SUBSYSTEM = 0x73010002,
PLOC_SUBSYSTEM = 0x73010003,
COM_SUBSYSTEM = 0x73010004,
};
}