diff --git a/master/fsm_soe.c b/master/fsm_soe.c index 623d4f5c..bcc25105 100644 --- a/master/fsm_soe.c +++ b/master/fsm_soe.c @@ -41,7 +41,7 @@ /** SoE operations */ -enum ec_soe_opcodes { +enum { OPCODE_READ_REQUEST = 0x01, /**< Read request. */ OPCODE_READ_RESPONSE = 0x02, /**< Read response. */ OPCODE_WRITE_REQUEST = 0x03, /**< Write request. */