RTC. Removed errata note from rtc.dox because workaround realized in driver.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3359 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2011-09-20 08:37:12 +00:00
parent ee0b40b93b
commit 0886cac049
1 changed files with 0 additions and 9 deletions

View File

@ -29,15 +29,6 @@
*
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
* must be enabled in @p halconf.h.
*
* @note STM32 Errata notes:
* Description
* When the LSIRDY flag is set, the clock may still be out of the
* specified frequency range (fLSI parameter, see LSI oscillator
* characteristics in the product datasheet).
* Workaround
* To have a fully stabilized clock in the specified range, a
* software temporization of 100 uS should be added.
*
* @ingroup IO
*/