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

12 lines
204 B
Makefile
Raw Normal View History

2021-12-16 15:19:55 +01:00
BOARD ?= nrf52840-mdk
include ../Makefile.drivers_common
2021-12-16 15:19:55 +01:00
DRIVER ?= hm3301
USEMODULE += $(DRIVER)
USEMODULE += ztimer_usec
USEMODULE += ztimer_msec
USEMODULE += fmt
include $(RIOTBASE)/Makefile.include