mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
pkg/umorse: fix missing posix defines for usleep
This commit is contained in:
parent
218dc728e5
commit
8e151e9f0c
@ -3,6 +3,8 @@ PKG_URL=https://github.com/smlng/uMorse
|
||||
PKG_VERSION=1dc14abdba22cca2f7efc053b2bce327bc7db97e
|
||||
PKG_LICENSE=MIT
|
||||
|
||||
CFLAGS += -D_XOPEN_SOURCE=600
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: git-download
|
||||
|
Loading…
Reference in New Issue
Block a user