Removed obsolete SoE type name.

This commit is contained in:
Florian Pose 2014-11-06 08:54:14 +01:00 committed by Bjarne von Horn
parent d1df6520ba
commit 41bc600cef
1 changed files with 1 additions and 1 deletions

View File

@ -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. */