boards/reel: make nrf802154 the default radio

This commit is contained in:
Hauke Petersen 2019-08-28 16:08:45 +02:00
parent 891294d3b7
commit dff436be63

View File

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