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:
parent
8b43659230
commit
218dc728e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user