1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_io1_xplained/Makefile
Alexandre Abadie 6754f71c3a
tests/driver_io1_xplained: remove printf_float dependency
This saves a lot of ROM and is easily replaced with basic temperature computation
2019-09-01 15:16:32 +02:00

7 lines
118 B
Makefile

include ../Makefile.tests_common
USEMODULE += io1_xplained
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include