Skip to content
Snippets Groups Projects
Commit 218dc728 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

pkg/gecko_sdk: fix compile error

parent 8b436592
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ ifneq ($(CPU),efm32)
$(error This package can only be used with EFM32 CPUs)
endif
CFLAGS += -Wno-int-in-bool-context
.PHONY: all
all: git-download
......
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