Skip to content
Snippets Groups Projects
Unverified Commit 33b0b759 authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #8608 from smlng/pkg/gecko/fix

pkg: fix compile errors in gecko_sdk and umorse
parents 8b436592 8e151e9f
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ ifneq ($(CPU),efm32) ...@@ -7,6 +7,8 @@ ifneq ($(CPU),efm32)
$(error This package can only be used with EFM32 CPUs) $(error This package can only be used with EFM32 CPUs)
endif endif
CFLAGS += -Wno-int-in-bool-context
.PHONY: all .PHONY: all
all: git-download all: git-download
......
...@@ -3,6 +3,8 @@ PKG_URL=https://github.com/smlng/uMorse ...@@ -3,6 +3,8 @@ PKG_URL=https://github.com/smlng/uMorse
PKG_VERSION=1dc14abdba22cca2f7efc053b2bce327bc7db97e PKG_VERSION=1dc14abdba22cca2f7efc053b2bce327bc7db97e
PKG_LICENSE=MIT PKG_LICENSE=MIT
CFLAGS += -D_XOPEN_SOURCE=600
.PHONY: all .PHONY: all
all: git-download 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