mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8a5d301caa
xtimer.h must not be included, when the xtimer module is not use. Otherwise compilation on the waspmote-pro with https://github.com/RIOT-OS/RIOT/pull/14799 will not longer work. gnrc_netif_pktq includes xtimer.h and uses xtimer, but gnrc_netif includes gnrc_netif_pktq.h regardless of whether gnrc_netif_pktq is used. This makes sure that gnrc_netif_pktq.h is only included when actually used. |
||
---|---|---|
.. | ||
ethernet | ||
hdr | ||
ieee802154 | ||
init_devs | ||
lorawan | ||
pktq | ||
_netif.c | ||
gnrc_netif_device_type.c | ||
gnrc_netif_raw.c | ||
gnrc_netif.c | ||
Kconfig | ||
Makefile |