mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #17944 from fjmolinas/pr_gcoap_deps_fixes
gcoap: small dependencies fixes
This commit is contained in:
commit
4bad5a10bc
@ -648,9 +648,7 @@ ifneq (,$(filter gcoap,$(USEMODULE)))
|
||||
USEMODULE += ztimer_usec
|
||||
USEMODULE += event_callback
|
||||
USEMODULE += event_timeout_ztimer
|
||||
ifneq (,$(filter openwsn%,$(USEMODULE)))
|
||||
USEMODULE += openwsn_sock_udp
|
||||
endif
|
||||
USEMODULE += random
|
||||
endif
|
||||
|
||||
ifneq (,$(filter luid,$(USEMODULE)))
|
||||
|
@ -1,5 +1,5 @@
|
||||
ifneq (,$(filter gcoap,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sock_async
|
||||
USEMODULE += gnrc_sock_async
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sock_async,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user