Removed obsolete FoE type name.
authorFlorian Pose <fp@igh-essen.com>
Thu, 06 Nov 2014 08:53:45 +0100
changeset 2594 9b33888de6c3
parent 2593 e2388daebfbc
child 2595 d3c85c7c9e56
Removed obsolete FoE type name.
master/fsm_foe.c
--- a/master/fsm_foe.c	Thu Nov 06 08:53:11 2014 +0100
+++ b/master/fsm_foe.c	Thu Nov 06 08:53:45 2014 +0100
@@ -66,7 +66,7 @@
     EC_FOE_OPCODE_ACK  = 4, /**< Acknowledge. */
     EC_FOE_OPCODE_ERR  = 5, /**< Error. */
     EC_FOE_OPCODE_BUSY = 6  /**< Busy. */
-} ec_foe_opcode_t;
+};
 
 /*****************************************************************************/