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:
parent
62bdcaf3f3
commit
4ace2ed778
@ -1,3 +1,7 @@
|
||||
ifneq (,$(filter bhp,$(USEMODULE)))
|
||||
USEMODULE += bhp_event
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gcoap,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sock_async
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user