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

boards: select 868 MHz band for CC110x

This commit is contained in:
Benjamin Valentin 2021-09-16 18:47:44 +02:00
parent 67f737b5e0
commit 25a5df2166
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += cc1100
USEMODULE += cc110x_868mhz
endif

View File

@ -1,5 +1,6 @@
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += cc1100
USEMODULE += cc110x_868mhz
endif
ifneq (,$(filter saul_default,$(USEMODULE)))

View File

@ -1,5 +1,6 @@
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += cc1101
USEMODULE += cc110x_868mhz
endif
# add support for LEDs and buttons as default saul devices