1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/semtech-loramac
Kaspar Schleiser 2f9b77920d pkg/semtech-loramac: TimerInit(): use static struct initializer
Previously, TimerInit() explicitly set some values of the xtimer truct
to "0". This commit changes it to use a static struct initializer
`(xtimer_t){0}`. The advantage is that now this is independent of the
actual xtimer structure.

Now this also resets the remaining xtimer fields, but they're properly
re-populated elsewhere (by using xtimer_set_msg()).
2020-04-21 11:26:57 +02:00
..
contrib pkg/semtech-loramac: TimerInit(): use static struct initializer 2020-04-21 11:26:57 +02:00
include pkg/semtech-loramac: add uplink_counter get/set functions 2019-09-05 16:01:32 +02:00
patches pkg/semtech-loramac: fix failed assertion in randr function 2019-10-07 15:30:31 +02:00
doc.txt pkg/semtech-loramac: fix typos 2019-11-23 22:39:38 +01:00
Makefile pkg/*: adapt to new state file targets 2020-01-08 20:55:19 +01:00
Makefile.dep pkg/semtech-loramac: blacklist MSP430 based boards 2019-11-15 18:14:25 +01:00
Makefile.include pkg/semtech-loramac: move lora region cflags to pkg makefile 2019-05-26 11:47:16 +02: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