aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-01 09:13:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-01 09:13:04 +0000
commitf038bffdb512f67d4f90e8cba499713458eebd67 (patch)
tree89bdebf9eecc81442ccca5db2e1a47da20deb323 /demos/ARMCM3-STM32F100-DISCOVERY/halconf.h
parent148eeef2e7ea57ee06ad8776417dca48c2d3ff6d (diff)
downloadChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.gz
ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.bz2
ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.zip
Fixed bug 3510812.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4066 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F100-DISCOVERY/halconf.h')
-rw-r--r--demos/ARMCM3-STM32F100-DISCOVERY/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h b/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h
index e90833f09..01ebaf505 100644
--- a/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h
+++ b/demos/ARMCM3-STM32F100-DISCOVERY/halconf.h
@@ -268,7 +268,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