diff options
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI/halconf.h b/testhal/STM32/STM32F3xx/SPI/halconf.h index 25709bcc1..9a4a9e66e 100644 --- a/testhal/STM32/STM32F3xx/SPI/halconf.h +++ b/testhal/STM32/STM32F3xx/SPI/halconf.h @@ -115,6 +115,13 @@ #endif
/**
+ * @brief Enables the QSPI subsystem.
+ */
+#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)
+#define HAL_USE_QSPI FALSE
+#endif
+
+/**
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
|