boards/reel: make nrf802154 the default radio
This commit is contained in:
parent
891294d3b7
commit
dff436be63
@ -3,4 +3,10 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += mma8x5x
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||
ifeq (,$(filter nrfmin,$(USEMODULE)))
|
||||
USEMODULE += nrf802154
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user