1
0
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:
Francisco 2021-12-10 17:53:12 +01:00 committed by GitHub
commit 5f21ade1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,5 +99,7 @@ ifneq (,$(filter ztimer_msec ztimer_sec,$(USEMODULE)))
else
USEMODULE += ztimer_periph_timer
endif
else
USEMODULE += ztimer_periph_timer
endif
endif