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

drivers/at86rf215: make at86rf215_blocking_send a DEFAULT_MODULE

So it can be disabled.
This commit is contained in:
Benjamin Valentin 2022-04-11 16:28:52 +02:00
parent ad345eea4b
commit 72bb9c749f

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