1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/semtech-loramac
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
..
contrib pkg/semtech_loramac: fix DEBUG message when payload is NULL 2019-05-15 20:50:55 +02:00
include pkg/semtech-loramac: improve send and recv functions doc 2019-01-30 18:58:43 +01:00
patches pkg/semtech-loramac: RU864 band added 2018-09-26 16:31:29 +03:00
doc.txt pkg/semtech-loramac: cleanup in doc file 2019-04-10 08:21:41 +02:00
Makefile pkg/semtech-loramac: adapt to v4.4.1 2018-09-25 22:22:13 +02:00
Makefile.dep pkg: add Semtech LoRaMAC package 2018-01-18 15:31:01 +01:00
Makefile.include pkg: add Semtech LoRaMAC package 2018-01-18 15:31:01 +01:00
Makefile.loramac pkg/semtech-loramac: adapt to v4.4.1 2018-09-25 22:22:13 +02:00
Makefile.loramac_arch pkg/semtech-loramac: adapt to v4.4.1 2018-09-25 22:22:13 +02:00
Makefile.loramac_crypto pkg/semtech-loramac: adapt to v4.4.1 2018-09-25 22:22:13 +02:00
Makefile.loramac_mac pkg/semtech-loramac: adapt to v4.4.1 2018-09-25 22:22:13 +02:00
Makefile.loramac_region pkg/semtech-loramac: adapt to v4.4.1 2018-09-25 22:22:13 +02:00