Skip to content

Commit

Permalink
fixup! sys/Makefile.dep: add fallback timer evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
kfessel committed Mar 3, 2022
1 parent 2047fb3 commit 71d7062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ ifneq (,$(filter evtimer,$(USEMODULE)))
endif

ifneq (,$(filter xztimer_fallback,$(USEMODULE)))
USEMODULE := $(filter-out ztimer_fallback,$(USEMODULE))
USEMODULE := $(filter-out xztimer_fallback,$(USEMODULE))
ifeq (,$(filter ztimer_usec,$(USEMODULE)))
USEMODULE += xtimer
endif
Expand Down

0 comments on commit 71d7062

Please sign in to comment.