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:
parent
67f737b5e0
commit
25a5df2166
@ -1,3 +1,4 @@
|
||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||
USEMODULE += cc1100
|
||||
USEMODULE += cc110x_868mhz
|
||||
endif
|
||||
|
@ -1,5 +1,6 @@
|
||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||
USEMODULE += cc1100
|
||||
USEMODULE += cc110x_868mhz
|
||||
endif
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user