1
0
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:
benpicco 2022-05-17 11:14:48 +02:00 committed by GitHub
commit 260c59e6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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