1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg_semtech-loramac: add pending data indication

This commit is contained in:
Jose Alamos 2021-10-07 13:33:32 +02:00 committed by Francisco Molina
parent b11e58f843
commit 00deef37a9

View File

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