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:
parent
17ecba0e89
commit
b06c01a03c
@ -62,7 +62,7 @@ ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sntp,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sock_udp
|
||||
USEMODULE += sock_udp
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user