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
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter sntp,$(USEMODULE)))
|
ifneq (,$(filter sntp,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_sock_udp
|
USEMODULE += sock_udp
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user