Removed obsolete FoE type name.

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

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;
};
/*****************************************************************************/