1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
2020-07-10 16:49:08 +02:00

13 lines
217 B
Makefile

include ../Makefile.tests_common
BOARD ?= msba2
USEMODULE += fmt_table
USEMODULE += ltc4150
include $(RIOTBASE)/Makefile.include
ifneq (,$(filter $(BOARD),msb-430 msb-430h telosb z1))
CFLAGS += -DNO_FPUTS
endif