Skip to content

Commit

Permalink
gnrc/gomach: ignore implicit fallthrough error by GCC 7
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Jan 24, 2018
1 parent af3bfd1 commit 15f73e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/net/gnrc/link_layer/gomach/gomach.c
Expand Up @@ -689,6 +689,7 @@ static void gomach_t2k_wait_cp_txfeedback(gnrc_netif_t *netif)
if (!_cp_tx_busy(netif)) {
return;
}
/* Intentionally falls through */
case TX_FEEDBACK_NOACK:
default: {
_cp_tx_default(netif);
Expand Down

0 comments on commit 15f73e7

Please sign in to comment.