Skip to content

Commit

Permalink
net/ng_netdev: fixed msg type macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen authored and OlegHahm committed Mar 31, 2015
1 parent 009e04d commit d3234e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/ng_netdev.h
Expand Up @@ -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
Expand Down

0 comments on commit d3234e6

Please sign in to comment.