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

pkg/semtech-loramac: fix rx thread documentation

This commit is contained in:
Alexandre Abadie 2020-04-22 10:16:34 +02:00
parent 5663302818
commit ca4c9c38f5
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -126,8 +126,6 @@
* loramac.rx_data.payload[loramac.rx_data.payload_len] = 0;
* printf("Data received: %s, port: %d\n",
* (char *)loramac.rx_data.payload, loramac.rx_data.port);
* }
*
* }
* return NULL;
* }