diff options
Diffstat (limited to 'demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h')
-rw-r--r-- | demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h index eb013c9a7..c9b3ad25a 100644 --- a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h +++ b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/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
|