aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/coverage/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/coverage/halconf.h b/test/coverage/halconf.h
index 95b25b63e..50f223ef8 100644
--- a/test/coverage/halconf.h
+++ b/test/coverage/halconf.h
@@ -105,6 +105,13 @@
#endif
/**
+ * @brief Enables the RTC subsystem.
+ */
+#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
+#define HAL_USE_RTC FALSE
+#endif
+
+/**
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)