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:
parent
ad345eea4b
commit
72bb9c749f
@ -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