Removed obsolete FoE type name.

This commit is contained in:
Florian Pose 2014-11-06 08:53:45 +01:00
parent 8165f931df
commit ada77a70d0
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;
};
/*****************************************************************************/