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

make.dep/sntp: remove gnrc dependency

This module should depend on sock_udp instead of gnrc_sock_udp.
This commit is contained in:
Hauke Petersen 2019-12-12 10:12:02 +01:00
parent 17ecba0e89
commit b06c01a03c

View File

@ -62,7 +62,7 @@ ifneq (,$(filter nhdp,$(USEMODULE)))
endif
ifneq (,$(filter sntp,$(USEMODULE)))
USEMODULE += gnrc_sock_udp
USEMODULE += sock_udp
USEMODULE += xtimer
endif