update .cproject file

This commit is contained in:
2022-05-05 01:33:18 +02:00
parent 3a0cf0cb38
commit 95a634ea7f
2 changed files with 50 additions and 35 deletions

View File

@ -97,7 +97,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
};
}