RTC. Tiny improvement in documentation.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3288 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2011-09-03 18:25:04 +00:00
parent 792d85bcb5
commit d15f612b86
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@
/**
* @brief Enable access to registers and initialize RTC if BKP doamin
* was previously reseted.
*
* @note This function is implicitly invoked by @p halInit(), there is
* no need to explicitly initialize the driver.
*/
void rtcInit(void){
rtc_lld_init();