1
0
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:
benpicco 2022-04-14 18:34:45 +02:00 committed by GitHub
commit 4bad5a10bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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)))

View File

@ -1,5 +1,5 @@
ifneq (,$(filter gcoap,$(USEMODULE)))
USEMODULE += gnrc_sock_async
USEMODULE += gnrc_sock_async
endif
ifneq (,$(filter sock_async,$(USEMODULE)))