aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-06-04 08:28:16 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-06-04 08:28:16 +0000
commitf8f2ea1763d1494c0f51fe941e4ee324eeb0a572 (patch)
treee3beda9939707b7510b005237b6faa98ec62df7e /os/hal/ports
parentf558772bb8f099bdab54fa4f431a9536937d1e3d (diff)
downloadChibiOS-f8f2ea1763d1494c0f51fe941e4ee324eeb0a572.tar.gz
ChibiOS-f8f2ea1763d1494c0f51fe941e4ee324eeb0a572.tar.bz2
ChibiOS-f8f2ea1763d1494c0f51fe941e4ee324eeb0a572.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9567 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/LLD/QUADSPIv1/hal_qspi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/QUADSPIv1/hal_qspi_lld.h b/os/hal/ports/STM32/LLD/QUADSPIv1/hal_qspi_lld.h
index 8e3acfa57..4fdb6ba14 100644
--- a/os/hal/ports/STM32/LLD/QUADSPIv1/hal_qspi_lld.h
+++ b/os/hal/ports/STM32/LLD/QUADSPIv1/hal_qspi_lld.h
@@ -73,7 +73,7 @@
* find the details in the data sheet.
*/
#if !defined(STM32_QSPI_QUADSPI1_PRESCALER_VALUE) || defined(__DOXYGEN__)
-#define STM32_QSPI_QUADSPI1_PRESCALER_VALUE 4
+#define STM32_QSPI_QUADSPI1_PRESCALER_VALUE 16
#endif
/**