Fixed an error message.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3761 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-01-08 10:07:15 +00:00
parent 72c0125a42
commit a4bea39bfe
2 changed files with 2 additions and 2 deletions

View File

@ -874,7 +874,7 @@
#else /* !STM32_LSI_ENABLED */
#if STM32_RTCSEL == STM32_RTCSEL_LSI
#error "required LSI clock is not enabled"
#error "LSI not enabled, required by STM32_RTCSEL"
#endif
#endif /* !STM32_LSI_ENABLED */

View File

@ -894,7 +894,7 @@
#else /* !STM32_LSI_ENABLED */
#if STM32_RTCSEL == STM32_RTCSEL_LSI
#error "required LSI clock is not enabled"
#error "LSI not enabled, required by STM32_RTCSEL"
#endif
#endif /* !STM32_LSI_ENABLED */