mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
cpu/nrf52: do not select nrf52840 if nrfble is selected already
This commit is contained in:
parent
5dc3c1b576
commit
7ef1f7ed89
@ -1,5 +1,5 @@
|
||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||
ifeq (,$(filter nimble_% nrfmin,$(USEMODULE)))
|
||||
ifeq (,$(filter nimble_% nrfmin nrfble,$(USEMODULE)))
|
||||
USEMODULE += nrf802154
|
||||
endif
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user