Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! gnrc_netif: Add support for internal even…
Browse files Browse the repository at this point in the history
…t loop
  • Loading branch information
Joakim Nohlgård committed Aug 26, 2018
1 parent 7e873e3 commit 2338476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/net/gnrc/netif/gnrc_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@ static void _process_events_await_msg(gnrc_netif_t *netif, msg_t *msg)
thread_flags_wait_any(THREAD_FLAG_MSG_WAITING | THREAD_FLAG_EVENT);
}
#else /* MODULE_GNRC_NETIF_EVENTS */
(void) netif;
/* Only messages used for event handling */
DEBUG("gnrc_netif: waiting for incoming messages\n");
msg_receive(msg);
Expand Down

0 comments on commit 2338476

Please sign in to comment.