aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-05-16 14:47:50 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-05-16 14:47:50 +0000
commit03deeba18703fcaaf3ed34849f400a6ca9499ae1 (patch)
treeb6a41d249213064a26ae3ff2cf0c22ad5138e664 /testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h
parent9e255c330daa07b7aa067735e93ddc6c2562ca98 (diff)
downloadChibiOS-03deeba18703fcaaf3ed34849f400a6ca9499ae1.tar.gz
ChibiOS-03deeba18703fcaaf3ed34849f400a6ca9499ae1.tar.bz2
ChibiOS-03deeba18703fcaaf3ed34849f400a6ca9499ae1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9492 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h')
-rw-r--r--testhal/STM32/STM32L4xx/QSPI-N25Q128/mcuconf.h2
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)