mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:12:44 +01:00
12 lines
202 B
Makefile
12 lines
202 B
Makefile
BOARD ?= nrf52840-mdk
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
DRIVER ?= hm3301
|
|
USEMODULE += $(DRIVER)
|
|
USEMODULE += ztimer_usec
|
|
USEMODULE += ztimer_msec
|
|
USEMODULE += fmt
|
|
|
|
include $(RIOTBASE)/Makefile.include
|