rm3100 continued
This commit is contained in:
@ -6,6 +6,9 @@
|
||||
#ifndef FSFWCONFIG_OBSWCONFIG_H_
|
||||
#define FSFWCONFIG_OBSWCONFIG_H_
|
||||
|
||||
#include "returnvalues/classIds.h"
|
||||
#include "events/subsystemIdRanges.h"
|
||||
|
||||
#define OBSW_ADD_TEST_CODE 0
|
||||
|
||||
// These defines should be disabled for mission code but are useful for
|
||||
|
@ -17,7 +17,8 @@ enum: uint8_t {
|
||||
PUS_SERVICE_6,
|
||||
PUS_SERVICE_8,
|
||||
PUS_SERVICE_23,
|
||||
MGM_LIS3MDL
|
||||
MGM_LIS3MDL,
|
||||
MGM_RM3100
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,8 @@
|
||||
namespace CLASS_ID {
|
||||
enum {
|
||||
MISSION_CLASS_ID_START = FW_CLASS_ID_COUNT,
|
||||
MGM_LIS3MDL
|
||||
MGM_LIS3MDL,
|
||||
MGM_RM3100
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user