aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-05-09 10:23:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-05-09 10:23:42 +0000
commitf0d90404d995f4a023be047e7d431c81ff56ed5a (patch)
tree3ae25718cad5cdc8a081bfc3e739cc39a2156bed /testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h
parent0e5cd3594e812de478ba88b184cb462a7f2d1f55 (diff)
downloadChibiOS-f0d90404d995f4a023be047e7d431c81ff56ed5a.tar.gz
ChibiOS-f0d90404d995f4a023be047e7d431c81ff56ed5a.tar.bz2
ChibiOS-f0d90404d995f4a023be047e7d431c81ff56ed5a.zip
Flash driver works.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9454 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h b/testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h
index 09de76c82..8d7a8d2ef 100644
--- a/testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h
+++ b/testhal/STM32/STM32F3xx/SPI-N25Q128/mcuconf.h
@@ -206,8 +206,8 @@
/*
* SPI driver system settings.
*/
-#define STM32_SPI_USE_SPI1 TRUE
-#define STM32_SPI_USE_SPI2 FALSE
+#define STM32_SPI_USE_SPI1 FALSE
+#define STM32_SPI_USE_SPI2 TRUE
#define STM32_SPI_USE_SPI3 FALSE
#define STM32_SPI_SPI1_DMA_PRIORITY 1
#define STM32_SPI_SPI2_DMA_PRIORITY 1