diff options
Diffstat (limited to 'demos/STM32/NIL-STM32F746G-DISCOVERY/halconf.h')
-rw-r--r-- | demos/STM32/NIL-STM32F746G-DISCOVERY/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/STM32/NIL-STM32F746G-DISCOVERY/halconf.h b/demos/STM32/NIL-STM32F746G-DISCOVERY/halconf.h index f33a080b9..b92351f24 100644 --- a/demos/STM32/NIL-STM32F746G-DISCOVERY/halconf.h +++ b/demos/STM32/NIL-STM32F746G-DISCOVERY/halconf.h @@ -160,6 +160,13 @@ #endif
/**
+ * @brief Enables the SIO subsystem.
+ */
+#if !defined(HAL_USE_SIO) || defined(__DOXYGEN__)
+#define HAL_USE_SIO FALSE
+#endif
+
+/**
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
|