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

xtimer_on_ztimer: move PSEUDOMODULES definition to pseudomodules.inc.mk

This commit is contained in:
Juergen Fitschen 2020-05-23 16:37:45 +02:00
parent 0a4beec345
commit 5a54c29f09
2 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,7 @@ PSEUDOMODULES += stdio_cdc_acm
PSEUDOMODULES += stdio_uart_rx
PSEUDOMODULES += suit_transport_%
PSEUDOMODULES += wakaama_objects_%
PSEUDOMODULES += xtimer_on_ztimer
PSEUDOMODULES += zptr
PSEUDOMODULES += ztimer%

View File

@ -35,7 +35,6 @@ endif
# make xtimer use ztimer_usec as low level timer
ifneq (,$(filter xtimer_on_ztimer,$(USEMODULE)))
USEMODULE += ztimer_usec
PSEUDOMODULES += xtimer_on_ztimer
endif
# "ztimer_xtimer_compat" is a wrapper of the xtimer API on ztimer_used