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:
parent
ba67f6aa27
commit
7bac063719
@ -4,4 +4,8 @@ USEMODULE += newlib
|
||||
USEMODULE += periph
|
||||
USEMODULE += pm_layered
|
||||
|
||||
ifneq (,$(filter mci,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
include $(RIOTCPU)/arm7_common/Makefile.dep
|
||||
|
Loading…
Reference in New Issue
Block a user