Skip to content
Snippets Groups Projects
Commit b9f4cdc3 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

Merge pull request #2559 from authmillenon/ng_netdev/doc/fixes

ng_netdev: fix some documentation and a suggestion for a type change
parents 3540ff9a c66612b5
No related branches found
No related tags found
No related merge requests found
......@@ -145,13 +145,13 @@ typedef struct {
/**
* @brief This function is called by a MAC layer when a message of type
* NETDEV_MSG_EVENT_TYPE was received
* @ref NG_NETDEV_MSG_TYPE_EVENT was received
*
* @param[in] dev network device descriptor
* @param[in] event_type event type, given by @ref msg_t::value in the
* received message
* @param[in] event_type event type, given by msg_t::content::value
* in the received message
*/
void (*isr_event)(ng_netdev_t *dev, uint16_t event_type);
void (*isr_event)(ng_netdev_t *dev, uint32_t event_type);
} ng_netdev_driver_t;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment