mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
241 B
Makefile
13 lines
241 B
Makefile
BOARD ?= feather-nrf52840-sense
|
|
include ../Makefile.drivers_common
|
|
|
|
DISABLE_MODULE += test_utils_interactive_sync
|
|
|
|
DRIVER ?= lsm6dsxx
|
|
|
|
USEMODULE += $(DRIVER)
|
|
USEMODULE += ztimer
|
|
USEMODULE += ztimer_msec
|
|
|
|
include $(RIOTBASE)/Makefile.include
|