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

boards/e104-bt5010a-tb: default to nrfmin

nimble is too large for the board.
This commit is contained in:
Benjamin Valentin 2020-11-06 10:22:09 +01:00
parent c27ea1afa1
commit 345e0bf063

View File

@ -1,3 +1,5 @@
USEMODULE += boards_common_e104_bt50xxa_tb
# use nrfmin for GNRC as nimble is too large for the board
include $(RIOTBOARD)/common/nrf52/Makefile.nrfmin.dep
include $(RIOTBOARD)/common/e104-bt50xxa-tb/Makefile.dep