diff --git a/pkg/semtech-loramac/contrib/semtech_loramac.c b/pkg/semtech-loramac/contrib/semtech_loramac.c index e86c41080b..0a2381dbc2 100644 --- a/pkg/semtech-loramac/contrib/semtech_loramac.c +++ b/pkg/semtech-loramac/contrib/semtech_loramac.c @@ -543,6 +543,10 @@ static void _semtech_loramac_event_cb(netdev_t *dev, netdev_event_t event) } break; + case NETDEV_EVENT_RX_STARTED: + DEBUG("[semtech-loramac] RX started\n"); + break; + case NETDEV_EVENT_RX_COMPLETE: { size_t len;