weird errors when going to normal mode
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -360,6 +360,22 @@ enum P60SytemPoolIds : lp_id_t {
|
||||
|
||||
namespace P60Dock {
|
||||
|
||||
enum SwitchChannels : uint8_t {
|
||||
ACU = 0,
|
||||
PDU1 = 1,
|
||||
X3_IDLE = 2,
|
||||
PDU2_VCC = 3,
|
||||
ACU_VBAT = 4,
|
||||
PDU1_VBAT = 5,
|
||||
X3_IDLE_VBAT = 6,
|
||||
PDU2_VBAT = 7,
|
||||
STACK_VBAT = 8,
|
||||
STACK_3V3 = 9,
|
||||
STACK_5V = 10,
|
||||
GS3V3 = 11,
|
||||
GS5V = 12
|
||||
};
|
||||
|
||||
/** Max reply size reached when requesting full hk table */
|
||||
static const uint16_t MAX_REPLY_LENGTH = 407;
|
||||
|
||||
|
Reference in New Issue
Block a user