1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

netdev: unify msg type macro with msg type macros in netapi

This commit is contained in:
Martine Lenders 2015-02-10 17:59:06 +01:00
parent c2cfd89fa5
commit 934806394f

View File

@ -36,7 +36,7 @@ extern "C" {
/**
* @brief Type for @ref msg_t if device fired an event
*/
#define NG_NETDEV_MSG_EVENT_TYPE (0x0100)
#define NG_NETDEV_MSG_TYPE_EVENT (0x0100)
/**
* @brief Possible event types that are send from the device driver to the