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

net/gnrc: add support for event based Bottom Half Processor

This commit is contained in:
Jose Alamos 2022-08-10 11:13:49 +02:00
parent 62bdcaf3f3
commit 4ace2ed778
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -1,3 +1,7 @@
ifneq (,$(filter bhp,$(USEMODULE)))
USEMODULE += bhp_event
endif
ifneq (,$(filter gcoap,$(USEMODULE)))
USEMODULE += gnrc_sock_async
endif