1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_sht2x/Makefile
Kees Bakker 3d6b6d868d tests/driver_sht2x: avoid negative number after decimal dot
Also don't include printf_float
2019-09-03 20:50:25 +02:00

10 lines
170 B
Makefile

APPLICATION = driver_sht2x
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += sht2x
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include