aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/coverage
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-03-04 12:55:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-03-04 12:55:37 +0000
commitb1da190527164b3c6e9a5fadabe66113105168ba (patch)
tree39062466f1644a2a27d1585fe21dabaacb79a49e /test/rt/coverage
parentb3bb01c2d23455852cdf9f75b34ed0d03f7fb7df (diff)
downloadChibiOS-b1da190527164b3c6e9a5fadabe66113105168ba.tar.gz
ChibiOS-b1da190527164b3c6e9a5fadabe66113105168ba.tar.bz2
ChibiOS-b1da190527164b3c6e9a5fadabe66113105168ba.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6751 35acf78f-673a-0410-8e92-d51de3d6d3f4
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__)