mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a6f9a86597
- Replaced magic numbers in the CC110X configuration of the MSBA2 with SPI_DEV(x) and GPIO_PIN(x, y) macros - Adjusted implementation of `cc110x_params.h` to match the code of `at86rf2xx` - Made MSBA2's CC110X parameters the default configuration
6 lines
143 B
Makefile
6 lines
143 B
Makefile
include $(RIOTBOARD)/common/msba2/Makefile.dep
|
|
|
|
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
|
USEMODULE += cc110x
|
|
endif
|