1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

14 lines
244 B
Makefile

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