cpu/native: pull xtimer when RTC is used
This commit is contained in:
parent
239999fe73
commit
24d2578606
@ -16,7 +16,8 @@ endif
|
||||
ifeq (,$(filter stdio_%,$(USEMODULE)))
|
||||
USEMODULE += stdio_native
|
||||
endif
|
||||
ifeq (,$(filter periph_rtc,$(USEMODULE)))
|
||||
|
||||
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user