Skip to content

Commit

Permalink
Merge pull request #2425 from haukepetersen/ng_fix_netdev
Browse files Browse the repository at this point in the history
net/ng_netdev: fixed msg type macro name
  • Loading branch information
haukepetersen committed Feb 10, 2015
2 parents 157fea6 + f9e2404 commit bf95a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/ng_netdev.h
Original file line number Diff line number Diff line change
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 bf95a8f

Please sign in to comment.