mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #17914 from benpicco/drivers/at86rf215-non-blocking
drivers/at86rf215: make at86rf215_blocking_send a DEFAULT_MODULE
This commit is contained in:
commit
260c59e6a2
@ -26,7 +26,7 @@ FEATURES_REQUIRED += periph_spi
|
||||
|
||||
ifneq (,$(filter gnrc,$(USEMODULE)))
|
||||
ifeq (,$(filter gnrc_netif_pktq,$(USEMODULE)))
|
||||
USEMODULE += at86rf215_blocking_send
|
||||
DEFAULT_MODULE += at86rf215_blocking_send
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user