diff options
Diffstat (limited to 'os/hal/templates/halconf.h')
-rw-r--r-- | os/hal/templates/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index 26d8463d4..d78e812a7 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -160,6 +160,13 @@ #endif
/**
+ * @brief Enables the SIO subsystem.
+ */
+#if !defined(HAL_USE_SIO) || defined(__DOXYGEN__)
+#define HAL_USE_SIO TRUE
+#endif
+
+/**
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
|