diff options
Diffstat (limited to 'testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h b/testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h index 4b99a9ce4..1422bc0b6 100644 --- a/testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h +++ b/testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h @@ -262,7 +262,7 @@ * SPI driver system settings.
*/
#define STM32_SPI_USE_SPI1 FALSE
-#define STM32_SPI_USE_SPI2 TRUE
+#define STM32_SPI_USE_SPI2 FALSE
#define STM32_SPI_USE_SPI3 FALSE
#define STM32_SPI_SPI1_RX_DMA_STREAM STM32_DMA_STREAM_ID(2, 3)
#define STM32_SPI_SPI1_TX_DMA_STREAM STM32_DMA_STREAM_ID(2, 4)
|