1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/semtech-loramac/contrib
Guillaume Gonnet f5c9fef096 pkg/semtech_loramac: fix DEBUG message when payload is NULL
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.
2019-05-15 20:50:55 +02:00
..
Makefile pkg/semtech-loramac: adapt to v4.4.1 2018-09-25 22:22:13 +02:00
semtech_loramac_getset.c pkg/semtech-loramac: add timer calibration functions 2019-01-25 14:17:12 +01:00
semtech_loramac_radio.c pkg/semtech-loramac: remove timer tweaks from contrib 2019-01-25 14:16:11 +01:00
semtech_loramac_timer.c pkg/semtech-loramac: remove timer tweaks from contrib 2019-01-25 14:16:11 +01:00
semtech_loramac.c pkg/semtech_loramac: fix DEBUG message when payload is NULL 2019-05-15 20:50:55 +02:00