diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-31 16:32:34 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-31 16:32:34 +0000 |
commit | 5e62285d1745cd498f89b1a42ae4b28b3ece59a2 (patch) | |
tree | a7397da8af3079568f0f0d6feb29be9f7ccd62dd /os/hal/dox | |
parent | 3da3cc27891650180b1e725d1efb6f07005e9d3e (diff) | |
download | ChibiOS-5e62285d1745cd498f89b1a42ae4b28b3ece59a2.tar.gz ChibiOS-5e62285d1745cd498f89b1a42ae4b28b3ece59a2.tar.bz2 ChibiOS-5e62285d1745cd498f89b1a42ae4b28b3ece59a2.zip |
RTC. Final polishing.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3275 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox')
-rw-r--r-- | os/hal/dox/rtc.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/dox/rtc.dox b/os/hal/dox/rtc.dox index 3663374de..3572aca18 100644 --- a/os/hal/dox/rtc.dox +++ b/os/hal/dox/rtc.dox @@ -24,6 +24,8 @@ * @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.
*
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
* must be enabled in @p halconf.h.
|