Removed obsolete FoE type name.

This commit is contained in:
Florian Pose
2023-09-13 10:02:31 +02:00
committed by Bjarne von Horn
parent 41bc600cef
commit 5a255fce3d
+1 -1
View File
@@ -66,7 +66,7 @@ enum {
EC_FOE_OPCODE_ACK = 4, /**< Acknowledge. */
EC_FOE_OPCODE_ERR = 5, /**< Error. */
EC_FOE_OPCODE_BUSY = 6 /**< Busy. */
} ec_foe_opcode_t;
};
/*****************************************************************************/