Skip to content

Commit

Permalink
[SQUASH ME] ng_tapnet: update event_type type for #2559
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 10, 2015
1 parent 1bbaf7e commit b398a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/native/ng_tapnet/ng_tapnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ static void _rx_event(ng_tapnet_t *dev)
}
}

static void _isr_event(ng_netdev_t *dev, uint16_t event_type)
static void _isr_event(ng_netdev_t *dev, uint32_t event_type)
{
DEBUG("ng_tapnet: ISR event ");

Expand Down

0 comments on commit b398a76

Please sign in to comment.