added some missing acs board ass code
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-03-04 00:55:51 +01:00
parent 0595e29100
commit 120153e9c7
4 changed files with 133 additions and 19 deletions

View File

@ -20,6 +20,7 @@ enum: uint8_t {
PDEC_HANDLER = 119,
STR_HELPER = 120,
PL_PCDU_HANDLER = 121,
ACS_BOARD_ASS = 122,
COMMON_SUBSYSTEM_ID_END
};
}