1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/lpc23xx: mci: add xtimer dependency

This commit is contained in:
Benjamin Valentin 2020-09-03 23:42:48 +02:00
parent ba67f6aa27
commit 7bac063719

View File

@ -4,4 +4,8 @@ USEMODULE += newlib
USEMODULE += periph
USEMODULE += pm_layered
ifneq (,$(filter mci,$(USEMODULE)))
USEMODULE += xtimer
endif
include $(RIOTCPU)/arm7_common/Makefile.dep