diff --git a/tests/pkg_semtech-loramac/main.c b/tests/pkg_semtech-loramac/main.c index 78fa6ef438..24b33fd5a3 100644 --- a/tests/pkg_semtech-loramac/main.c +++ b/tests/pkg_semtech-loramac/main.c @@ -60,6 +60,10 @@ static void *_wait_recv(void *arg) puts("Received ACK from network"); break; + case SEMTECH_LORAMAC_TX_SCHEDULE: + puts("The Network Server has pending data"); + break; + default: break; }