Skip to content
Snippets Groups Projects
Commit 992497a8 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

spi_a1 drivers are broken

parent f1702773
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,10 @@ config arch_msp430fr5969lp_driver_i2c
bool "I2C on eUSCI_B0"
select meta_driver_i2c
config arch_msp430fr5969lp_driver_spi_a1
bool "SPI on eUSCI_A1"
select meta_driver_spi
## broken
#config arch_msp430fr5969lp_driver_spi_a1
#bool "SPI on eUSCI_A1"
#select meta_driver_spi
config arch_msp430fr5969lp_driver_spi_b
bool "SPI on eUSCI_B0"
......
......@@ -10,9 +10,10 @@ config arch_msp430fr5994lp_driver_i2c
bool "I2C on eUSCI_B1"
select meta_driver_i2c
config arch_msp430fr5994lp_driver_spi_a1
bool "SPI on eUSCI_A1"
select meta_driver_spi
## broken
#config arch_msp430fr5994lp_driver_spi_a1
#bool "SPI on eUSCI_A1"
#select meta_driver_spi
config arch_msp430fr5994lp_driver_spi_b
bool "SPI on eUSCI_B1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment