mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_netif/lorawan: add ; after DEBUG()
This commit is contained in:
parent
75a6892480
commit
4b9bdc61b2
@ -141,7 +141,7 @@ void gnrc_lorawan_mcps_indication(gnrc_lorawan_t *mac, mcps_indication_t *ind)
|
||||
}
|
||||
|
||||
if (!gnrc_netapi_dispatch_receive(nettype, demux, pkt)) {
|
||||
DEBUG("gnrc_lorawan_netif: unable to forward packet\n")
|
||||
DEBUG("gnrc_lorawan_netif: unable to forward packet\n");
|
||||
goto release;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user