1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/gecko_sdk: fix compile error

This commit is contained in:
smlng 2018-02-21 11:25:20 +01:00
parent 8b43659230
commit 218dc728e5

View File

@ -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