mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #17372 from leandrolanzieri/pr/sys/ztimer/fix_backend_selection
sys/ztimer: fix backend selection
This commit is contained in:
commit
5f21ade1c6
@ -99,5 +99,7 @@ ifneq (,$(filter ztimer_msec ztimer_sec,$(USEMODULE)))
|
||||
else
|
||||
USEMODULE += ztimer_periph_timer
|
||||
endif
|
||||
else
|
||||
USEMODULE += ztimer_periph_timer
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user