aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F37x/SPI/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F37x/SPI/main.c')
-rw-r--r--testhal/STM32/STM32F37x/SPI/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F37x/SPI/main.c b/testhal/STM32/STM32F37x/SPI/main.c
index 2d6409abf..48970f6f2 100644
--- a/testhal/STM32/STM32F37x/SPI/main.c
+++ b/testhal/STM32/STM32F37x/SPI/main.c
@@ -21,6 +21,7 @@
* Maximum speed SPI configuration (18MHz, CPHA=0, CPOL=0, MSb first).
*/
static const SPIConfig hs_spicfg = {
+ false,
NULL,
GPIOB,
10,
@@ -32,6 +33,7 @@ static const SPIConfig hs_spicfg = {
* Low speed SPI configuration (140.625kHz, CPHA=0, CPOL=0, MSb first).
*/
static const SPIConfig ls_spicfg = {
+ false,
NULL,
GPIOB,
10,