1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards: use cc2538_rf as netdev_default for CPU=cc2538

This commit is contained in:
Francisco Molina 2020-03-06 14:17:52 +01:00
parent ff6f6618fb
commit 80ecac5fde
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
USEMODULE += cc2538_rf
endif

View File

@ -1,4 +1,4 @@
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
USEMODULE += cc2538_rf
endif

View File

@ -1,4 +1,4 @@
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
USEMODULE += cc2538_rf
endif

View File

@ -1,3 +1,3 @@
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
USEMODULE += cc2538_rf
endif