1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 22:52:45 +01:00
RIOT/tests/drivers/mpu9x50/Makefile

10 lines
161 B
Makefile

include ../Makefile.drivers_common
DRIVER ?= mpu9150
USEMODULE += $(DRIVER)
USEMODULE += ztimer
USEMODULE += ztimer_msec
include $(RIOTBASE)/Makefile.include