Skip to content
Snippets Groups Projects
Commit a8036ebe authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #4593 from thomaseichinger/pr/fix_fault_handler

tests: allow language extensions for fault_handler test in clang
parents 26f9f7fa 4f502a4a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,10 @@ QUIET ?= 1
CFLAGS += -DDEVELHELP=1
ifeq ($(shell uname),Darwin)
CFLAGS += -Wno-language-extension-token
endif
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include
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