mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
258 B
Makefile
13 lines
258 B
Makefile
include ../Makefile.drivers_common
|
|
|
|
DRIVER ?= scd30
|
|
|
|
USEMODULE += $(DRIVER)
|
|
USEMODULE += printf_float
|
|
|
|
TEST_ITERATIONS ?= 10
|
|
# export iterations for continuous measurements
|
|
CFLAGS += -DTEST_ITERATIONS=$(TEST_ITERATIONS)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|