mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
net/ng_netdev: fixed msg type macro name
This commit is contained in:
parent
e5e1d0dd6d
commit
f9e2404772
@ -36,7 +36,7 @@ extern "C" {
|
||||
/**
|
||||
* @brief Type for @ref msg_t if device fired an event
|
||||
*/
|
||||
#define NETDEV_MSG_EVENT_TYPE (0x0100)
|
||||
#define NG_NETDEV_MSG_EVENT_TYPE (0x0100)
|
||||
|
||||
/**
|
||||
* @brief Possible event types that are send from the device driver to the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user