aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/I2C/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F37x/I2C/halconf.h')
-rw-r--r--testhal/STM32F37x/I2C/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32F37x/I2C/halconf.h b/testhal/STM32F37x/I2C/halconf.h
index 48daf55d9..858b84dbe 100644
--- a/testhal/STM32F37x/I2C/halconf.h
+++ b/testhal/STM32F37x/I2C/halconf.h
@@ -73,6 +73,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__)