aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/SPI/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F37x/SPI/main.c')
-rw-r--r--testhal/STM32F37x/SPI/main.c4
1 files changed, 2 insertions, 2 deletions
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
};