1
0
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:
Benjamin Valentin 2021-12-09 10:14:07 +01:00
parent 75a6892480
commit 4b9bdc61b2

View File

@ -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;
}