aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild/halconf.h')
-rw-r--r--test/rt/testbuild/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h
index c65521edf..f7910c9ea 100644
--- a/test/rt/testbuild/halconf.h
+++ b/test/rt/testbuild/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__)