that should do the job
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
@ -365,6 +365,9 @@ static constexpr DeviceCommandId_t REQ_BLOB = 90;
|
||||
static constexpr DeviceCommandId_t REQ_BLOBS = 91;
|
||||
static constexpr DeviceCommandId_t REQ_CENTROID = 92;
|
||||
static constexpr DeviceCommandId_t REQ_CENTROIDS = 93;
|
||||
static constexpr DeviceCommandId_t ADD_SECONDARY_TM_TO_NORMAL_MODE = 94;
|
||||
static constexpr DeviceCommandId_t RESET_SECONDARY_TM_SET = 95;
|
||||
static constexpr DeviceCommandId_t READ_SECONDARY_TM_SET = 96;
|
||||
static const DeviceCommandId_t NONE = 0xFFFFFFFF;
|
||||
|
||||
static const uint32_t VERSION_SET_ID = REQ_VERSION;
|
||||
|
Reference in New Issue
Block a user