diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-15 09:18:27 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-15 09:18:27 +0000 |
commit | 5928999fd50a6c2daa12eb7f2c183beffa2c0341 (patch) | |
tree | d89372d38f03a9d0a809e5217c0cec7a8a30745a /testhal/STM32/STM32L4xx/QSPI-N25Q128 | |
parent | 2b6cdecfcfc78f5fc55826d33d42faa606b2324f (diff) | |
download | ChibiOS-5928999fd50a6c2daa12eb7f2c183beffa2c0341.tar.gz ChibiOS-5928999fd50a6c2daa12eb7f2c183beffa2c0341.tar.bz2 ChibiOS-5928999fd50a6c2daa12eb7f2c183beffa2c0341.zip |
Mass update of configuration files with QSPI settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9486 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/QSPI-N25Q128')
-rw-r--r-- | testhal/STM32/STM32L4xx/QSPI-N25Q128/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/QSPI-N25Q128/halconf.h b/testhal/STM32/STM32L4xx/QSPI-N25Q128/halconf.h index 5ab199774..e0e51673b 100644 --- a/testhal/STM32/STM32L4xx/QSPI-N25Q128/halconf.h +++ b/testhal/STM32/STM32L4xx/QSPI-N25Q128/halconf.h @@ -118,7 +118,7 @@ * @brief Enables the QSPI subsystem.
*/
#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)
-#define HAL_USE_QSPI TRUE
+#define HAL_USE_QSPI FALSE
#endif
/**
|