ng_netdev: change event_type to same type as msg_t::content::value

This commit is contained in:
Martine Lenders 2015-03-08 22:42:35 +01:00
parent fd0d83711a
commit c66612b50b

View File

@ -151,7 +151,7 @@ typedef struct {
* @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;
/**