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

pkg: umorse: add posix_time dependency

This commit is contained in:
Martine Lenders 2017-11-06 15:39:17 +01:00
parent f3f5489b4e
commit 00434f81f0

3
pkg/umorse/Makefile.dep Normal file
View File

@ -0,0 +1,3 @@
ifneq (,$(filter umorse,$(USEPKG)))
USEMODULE += posix_time
endif