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:
parent
87090072cf
commit
7e2f5cf99a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user