From b1da190527164b3c6e9a5fadabe66113105168ba Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 4 Mar 2014 12:55:37 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6751 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/coverage/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/rt/coverage/halconf.h') 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 @@ -79,6 +79,13 @@ #define HAL_USE_I2C FALSE #endif +/** + * @brief Enables the I2S subsystem. + */ +#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__) +#define HAL_USE_I2S FALSE +#endif + /** * @brief Enables the ICU subsystem. */ -- cgit v1.2.3