1
0
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:
Francisco Molina 2020-09-25 13:46:02 +02:00
parent 06720cbe73
commit a658c38e06
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

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