1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

tests/pkg_semtech-loramac: adapt to change in pkg

This commit is contained in:
Alexandre Abadie 2018-04-06 15:24:40 +02:00
parent 87090072cf
commit 7e2f5cf99a

View File

@ -411,6 +411,10 @@ static int _cmd_loramac(int argc, char **argv)
(char *)loramac.rx_data.payload, loramac.rx_data.port);
break;
case SEMTECH_LORAMAC_TX_CNF_FAILED:
puts("Confirmable TX failed");
break;
case SEMTECH_LORAMAC_TX_DONE:
puts("TX complete, no data received");
break;