From 9f03be80634856850145c1f61dc62cecb4a0a9be Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 16 Mar 2013 11:31:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5440 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F37x/SPI/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32F37x/SPI/main.c b/testhal/STM32F37x/SPI/main.c index e43cdc32c..32aa382b9 100644 --- a/testhal/STM32F37x/SPI/main.c +++ b/testhal/STM32F37x/SPI/main.c @@ -27,7 +27,7 @@ static const SPIConfig hs_spicfg = { NULL, GPIOB, - 12, + 10, 0, SPI_CR2_DS_2 | SPI_CR2_DS_1 | SPI_CR2_DS_0 }; @@ -38,7 +38,7 @@ static const SPIConfig hs_spicfg = { static const SPIConfig ls_spicfg = { NULL, GPIOB, - 12, + 10, SPI_CR1_BR_2 | SPI_CR1_BR_1, SPI_CR2_DS_2 | SPI_CR2_DS_1 | SPI_CR2_DS_0 }; -- cgit v1.2.3