Skip to content
Snippets Groups Projects
Unverified Commit ab007162 authored by Cenk Gündoğan's avatar Cenk Gündoğan Committed by GitHub
Browse files

Merge pull request #9121 from kaspar030/uart_stdio_workaround

sys/uart_stdio: compile with -Wno-cast-function-type
parents af829e2d 1c03b67c
No related branches found
No related tags found
No related merge requests found
ifeq (gnu, $(TOOLCHAIN))
CFLAGS += -Wno-cast-function-type
endif
include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment