1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_rmutex_lock_timeout/Makefile
Vincent Dupont fb4d2e509a ztimer: add ztimer_rmutex_lock_timeout()
Similar to xtimer_rmutex_lock_timeout()
2021-02-02 10:51:50 +01:00

7 lines
116 B
Makefile

include ../Makefile.tests_common
USEMODULE += ztimer_usec
USEMODULE += shell
include $(RIOTBASE)/Makefile.include