1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/drivers/lsm6dsxx/Makefile

10 lines
162 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
DRIVER ?= lsm6ds33
USEMODULE += $(DRIVER)
2021-12-01 17:39:33 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_msec
include $(RIOTBASE)/Makefile.include