Skip to content

Commit

Permalink
pkg: emb6: adapt to removed netdev2 callback_event arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jun 2, 2016
1 parent af5914b commit 575ee23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/emb6/contrib/netdev2/emb6_netdev2.c
Expand Up @@ -80,9 +80,8 @@ static void _get_recv_pkt(void)
}
}

static void _event_cb(netdev2_t *dev, netdev2_event_t event, void *arg)
static void _event_cb(netdev2_t *dev, netdev2_event_t event)
{
(void)arg;
if (event == NETDEV2_EVENT_ISR) {
/* EVENT_TYPE_PCK_LL is supposed to be used by drivers, so use it
* (though NETDEV2_EVENT_ISR technically doesn't only signify
Expand Down

0 comments on commit 575ee23

Please sign in to comment.