aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h')
-rw-r--r--testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h b/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h
index 6f608316a..93c9a9a6d 100644
--- a/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h
+++ b/testex/STM32/STM32L4xx/QSPI-N25Q128/halconf.h
@@ -128,7 +128,7 @@
* @brief Enables the QSPI subsystem.
*/
#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)
-#define HAL_USE_QSPI FALSE
+#define HAL_USE_QSPI TRUE
#endif
/**
@@ -205,7 +205,7 @@
* @brief Enables the WSPI subsystem.
*/
#if !defined(HAL_USE_WSPI) || defined(__DOXYGEN__)
-#define HAL_USE_WSPI TRUE
+#define HAL_USE_WSPI FALSE
#endif
/*===========================================================================*/