RIOT/sys/uart_stdio/Makefile

5 lines
101 B
Makefile

ifeq (gnu, $(TOOLCHAIN))
CFLAGS += -Wno-cast-function-type
endif
include $(RIOTBASE)/Makefile.base