aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L1xx/SPI/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32L1xx/SPI/main.c')
-rw-r--r--testhal/STM32/STM32L1xx/SPI/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L1xx/SPI/main.c b/testhal/STM32/STM32L1xx/SPI/main.c
index 0e0e119a1..f70d4f7c8 100644
--- a/testhal/STM32/STM32L1xx/SPI/main.c
+++ b/testhal/STM32/STM32L1xx/SPI/main.c
@@ -24,6 +24,7 @@ static const SPIConfig hs_spicfg = {
NULL,
GPIOB,
12,
+ 0,
0
};
@@ -34,7 +35,8 @@ static const SPIConfig ls_spicfg = {
NULL,
GPIOB,
12,
- SPI_CR1_BR_2 | SPI_CR1_BR_1
+ SPI_CR1_BR_2 | SPI_CR1_BR_1,
+ 0
};
/*