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

13 lines
241 B
Makefile
Raw Normal View History

BOARD ?= feather-nrf52840-sense
include ../Makefile.drivers_common
DISABLE_MODULE += test_utils_interactive_sync
DRIVER ?= lsm6dsxx
USEMODULE += $(DRIVER)
2021-12-01 17:39:33 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_msec
include $(RIOTBASE)/Makefile.include