Skip to content

Commit

Permalink
fixup! fixup! fixup! gnrc_netif: Add support for internal event loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Aug 24, 2018
1 parent f756c33 commit ef37898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/net/gnrc/netif/gnrc_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,8 @@ static void *_gnrc_netif_thread(void *args)

while (1) {
msg_t msg;
/* msg will be filled by _process_events_await_msg.
* The function will not return until a message has been received. */
_process_events_await_msg(netif, &msg);

/* dispatch netdev, MAC and gnrc_netapi messages */
Expand Down

0 comments on commit ef37898

Please sign in to comment.