mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/openmote-b: use cc2538_rf if OpenWSN is used
This commit is contained in:
parent
06720cbe73
commit
a658c38e06
@ -1,3 +1,8 @@
|
||||
# ATM openwsn does not support the at86rf215 radio
|
||||
ifneq (,$(filter openwsn,$(USEPKG)))
|
||||
USEMODULE += cc2538_rf
|
||||
endif
|
||||
|
||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||
ifeq (,$(filter cc2538_rf,$(USEMODULE)))
|
||||
USEMODULE += at86rf215
|
||||
|
Loading…
Reference in New Issue
Block a user