Skip to content
Snippets Groups Projects
Commit 575ee236 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

pkg: emb6: adapt to removed netdev2 callback_event arg

parent af5914ba
No related branches found
No related tags found
No related merge requests found
...@@ -80,9 +80,8 @@ static void _get_recv_pkt(void) ...@@ -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) { if (event == NETDEV2_EVENT_ISR) {
/* EVENT_TYPE_PCK_LL is supposed to be used by drivers, so use it /* EVENT_TYPE_PCK_LL is supposed to be used by drivers, so use it
* (though NETDEV2_EVENT_ISR technically doesn't only signify * (though NETDEV2_EVENT_ISR technically doesn't only signify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment