1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
RIOT/tests/drivers/sen5x/Makefile

11 lines
185 B
Makefile

include ../Makefile.drivers_common
DRIVER ?= sen5x
USEMODULE += $(DRIVER)
USEMODULE += printf_float
USEMODULE += ztimer
USEMODULE += ztimer_usec
include $(RIOTBASE)/Makefile.include