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()). |
||
---|---|---|
.. | ||
contrib | ||
include | ||
patches | ||
doc.txt | ||
Makefile | ||
Makefile.dep | ||
Makefile.include | ||
Makefile.loramac | ||
Makefile.loramac_arch | ||
Makefile.loramac_crypto | ||
Makefile.loramac_mac | ||
Makefile.loramac_region |