diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 12:42:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 12:42:56 +0000 |
commit | c4a01fccefa5105067b4f8c05709c4ccf4734310 (patch) | |
tree | 18c68c88d3ef92d06aaf5455c6834c999beadcd7 /testhal/STM32F4xx/RTC_FATTIME | |
parent | 6853fa7a76003d40ea7e8ef2575cbdd7a9f21754 (diff) | |
download | ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.tar.gz ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.tar.bz2 ChibiOS-c4a01fccefa5105067b4f8c05709c4ccf4734310.zip |
Fixed bug #404.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5629 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC_FATTIME')
-rw-r--r-- | testhal/STM32F4xx/RTC_FATTIME/chconf.h | 2 | ||||
-rw-r--r-- | testhal/STM32F4xx/RTC_FATTIME/halconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/RTC_FATTIME/chconf.h b/testhal/STM32F4xx/RTC_FATTIME/chconf.h index 2bc2e8d87..868377751 100644 --- a/testhal/STM32F4xx/RTC_FATTIME/chconf.h +++ b/testhal/STM32F4xx/RTC_FATTIME/chconf.h @@ -458,7 +458,7 @@ * @brief Threads initialization hook.
* @details User initialization code added to the @p chThdInit() API.
*
- * @note It is invoked from within @p chThdInit() and implicitily from all
+ * @note It is invoked from within @p chThdInit() and implicitly from all
* the threads creation APIs.
*/
#if !defined(THREAD_EXT_INIT_HOOK) || defined(__DOXYGEN__)
diff --git a/testhal/STM32F4xx/RTC_FATTIME/halconf.h b/testhal/STM32F4xx/RTC_FATTIME/halconf.h index c73356b5b..f33c18c27 100644 --- a/testhal/STM32F4xx/RTC_FATTIME/halconf.h +++ b/testhal/STM32F4xx/RTC_FATTIME/halconf.h @@ -231,7 +231,7 @@ /**
* @brief Number of initialization attempts before rejecting the card.
- * @note Attempts are performed at 10mS intevals.
+ * @note Attempts are performed at 10mS intervals.
*/
#if !defined(SDC_INIT_RETRY) || defined(__DOXYGEN__)
#define SDC_INIT_RETRY 100
|