mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
sys: pthread: add timer dependencies
This commit is contained in:
parent
a5dd9cb29b
commit
525b6acad2
@ -372,3 +372,9 @@ endif
|
||||
ifneq (,$(filter ltc4150,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pthread,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += vtimer
|
||||
USEMODULE += timex
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user