diff options
Diffstat (limited to 'demos/STM32/NIL-STM32L152-DISCOVERY')
-rw-r--r-- | demos/STM32/NIL-STM32L152-DISCOVERY/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/STM32/NIL-STM32L152-DISCOVERY/halconf.h b/demos/STM32/NIL-STM32L152-DISCOVERY/halconf.h index 1bdd0f844..82602b403 100644 --- a/demos/STM32/NIL-STM32L152-DISCOVERY/halconf.h +++ b/demos/STM32/NIL-STM32L152-DISCOVERY/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__)
|