1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17729 from fjmolinas/pr_gomach_no_periph_rtt_ztimer

sys/net/gnrc: ztimer_no_periph_rtt if gomach
This commit is contained in:
Kaspar Schleiser 2022-03-02 10:59:33 +01:00 committed by GitHub
commit ce1ec91adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ ifneq (,$(filter gnrc_gomach,$(USEMODULE)))
USEMODULE += random
USEMODULE += xtimer
USEMODULE += gnrc_mac
USEMODULE += ztimer_no_periph_rtt
FEATURES_REQUIRED += periph_rtt
endif