class IDs and subsystem IDs moved to framework
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2021-09-26 22:46:10 +02:00
parent 8dd58ed4fe
commit 04d791824d
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
3 changed files with 1 additions and 5 deletions

View File

@ -7,8 +7,6 @@
namespace CLASS_ID {
enum commonClassIds: uint8_t {
COMMON_CLASS_ID_START = FW_CLASS_ID_COUNT,
MGM_LIS3MDL, //MGMLIS3
MGM_RM3100, //MGMRM3100
PCDU_HANDLER, //PCDU
HEATER_HANDLER, //HEATER
SYRLINKS_HANDLER, //SYRLINKS

View File

@ -6,8 +6,6 @@
namespace SUBSYSTEM_ID {
enum: uint8_t {
COMMON_SUBSYSTEM_ID_START = FW_SUBSYSTEM_ID_RANGE,
MGM_LIS3MDL = 106,
MGM_RM3100 = 107,
PCDU_HANDLER = 108,
HEATER_HANDLER = 109,
SA_DEPL_HANDLER = 110,

2
fsfw

@ -1 +1 @@
Subproject commit 2b6c996364be4aee65a1353bbe29d07604c4bdc8
Subproject commit 36607c876422738aabe23fd5ab3e43ae58e41746