aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/coverage
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/coverage')
-rw-r--r--test/rt/coverage/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rt/coverage/halconf.h b/test/rt/coverage/halconf.h
index 516a705a2..14a2e7f6b 100644
--- a/test/rt/coverage/halconf.h
+++ b/test/rt/coverage/halconf.h
@@ -80,6 +80,13 @@
#endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S FALSE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)