mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
f5c9fef096
In function `_semtech_loramac_send` parameter `payload` can be NULL (that the case when scheduling an immediate TX, line 726). As DEBUG macro use printf, a %s parameter can't be NULL so we have to handle that case. |
||
---|---|---|
.. | ||
Makefile | ||
semtech_loramac_getset.c | ||
semtech_loramac_radio.c | ||
semtech_loramac_timer.c | ||
semtech_loramac.c |