mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Kaspar Schleiser
2f9b77920d
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()). |
||
---|---|---|
.. | ||
Makefile | ||
semtech_loramac_getset.c | ||
semtech_loramac_radio.c | ||
semtech_loramac_timer.c | ||
semtech_loramac.c |