1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

cpu/sam0_common: remove unused xtimer dependency

This commit is contained in:
Francisco Molina 2021-12-09 11:08:25 +01:00
parent e8d8759a69
commit 111e7d906b

View File

@ -12,7 +12,6 @@ USEMODULE += sam0_common_periph
ifneq (,$(filter sam0_eth,$(USEMODULE)))
USEMODULE += netdev_eth
USEMODULE += netopt
USEMODULE += xtimer
USEMODULE += iolist
FEATURES_REQUIRED += periph_eth
endif