sys/ztimer: fix backend selection

This commit is contained in:
Leandro Lanzieri 2021-12-10 09:57:05 +01:00
parent 6347dcdffc
commit 1733953b49
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

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