1
0
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:
Hauke Petersen 2015-02-10 17:22:52 +01:00
parent e5e1d0dd6d
commit f9e2404772

View File

@ -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