tests/pkg_semtech-loramac: add pending data indication

(cherry picked from commit 00deef37a9c657fb04bc5b08948817c65683c2b7)
This commit is contained in:
Jose Alamos 2021-10-07 13:33:32 +02:00 committed by Benjamin Valentin
parent 5d9851660f
commit 7e7483b0ed

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