Merge remote-tracking branch 'origin/develop' into mueller/heater-health-if
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-05-12 14:11:46 +02:00
59 changed files with 1063 additions and 1718 deletions

View File

@ -120,7 +120,8 @@ enum commonObjects: uint32_t {
// 0x73 ('s') for assemblies and system/subsystem components
ACS_BOARD_ASS = 0x73000001,
SUS_BOARD_ASS = 0x73000002,
TCS_BOARD_ASS = 0x73000003
TCS_BOARD_ASS = 0x73000003,
RW_ASS = 0x73000004
};
}