aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/rtc.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/rtc.dox')
-rw-r--r--os/hal/dox/rtc.dox8
1 files changed, 2 insertions, 6 deletions
diff --git a/os/hal/dox/rtc.dox b/os/hal/dox/rtc.dox
index b538f3a4a..c2121a314 100644
--- a/os/hal/dox/rtc.dox
+++ b/os/hal/dox/rtc.dox
@@ -21,12 +21,8 @@
/**
* @defgroup RTC RTC Driver
* @brief Real Time Clock Abstraction Layer
- * @details This module defines an abstract interface for Real Time Clock cell.
- * If you do not need callback functionality than disable
- * @p RTC_SUPPORTS_CALLBACKS option in @p halconf.h.
- * In @p halconf.h you also can select clock source for RTC in
- * @p RTC_CLOCK_SOURCE option.
- *
+ * @details This module defines an abstract interface for a Real Time Clock
+ * Peripheral.
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
* must be enabled in @p halconf.h.
*