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)))
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||||
USEMODULE += cc1100
|
USEMODULE += cc1100
|
||||||
|
USEMODULE += cc110x_868mhz
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||||
USEMODULE += cc1100
|
USEMODULE += cc1100
|
||||||
|
USEMODULE += cc110x_868mhz
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||||
USEMODULE += cc1101
|
USEMODULE += cc1101
|
||||||
|
USEMODULE += cc110x_868mhz
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# add support for LEDs and buttons as default saul devices
|
# add support for LEDs and buttons as default saul devices
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user