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

Merge pull request #13923 from aabadie/pr/pkg/semtech-loramac-fix-doc

pkg/semtech-loramac: fix rx thread documentation
This commit is contained in:
Alexandre Abadie 2020-04-22 11:39:52 +02:00 committed by GitHub
commit 98fa7414a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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