aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-02 17:40:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-02 17:40:37 +0000
commit68b05c757a60ba3bddbfb76d02b992f96d1e63f9 (patch)
treecce9c4eb155e4a3b5fb76579c0454da812562b71 /testhal
parentb7d55fb1eb6d8c2b2453158e854a17bf9e028cfa (diff)
downloadChibiOS-68b05c757a60ba3bddbfb76d02b992f96d1e63f9.tar.gz
ChibiOS-68b05c757a60ba3bddbfb76d02b992f96d1e63f9.tar.bz2
ChibiOS-68b05c757a60ba3bddbfb76d02b992f96d1e63f9.zip
Fixed typo in configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2453 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/ADC/chconf.h2
-rw-r--r--testhal/STM32/CAN/chconf.h2
-rw-r--r--testhal/STM32/PWM/chconf.h2
-rw-r--r--testhal/STM32/SPI/chconf.h2
-rw-r--r--testhal/STM32/UART/chconf.h2
-rw-r--r--testhal/STM8S/SPI/demo/chconf.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/testhal/STM32/ADC/chconf.h b/testhal/STM32/ADC/chconf.h
index 98bcdc40c..3353391ca 100644
--- a/testhal/STM32/ADC/chconf.h
+++ b/testhal/STM32/ADC/chconf.h
@@ -68,7 +68,7 @@
* You may use this option if you need to merge ChibiOS/RT with
* external libraries that require nested lock/unlock operations.
*
- * @note T he default is @p FALSE.
+ * @note The default is @p FALSE.
*/
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE
diff --git a/testhal/STM32/CAN/chconf.h b/testhal/STM32/CAN/chconf.h
index 98bcdc40c..3353391ca 100644
--- a/testhal/STM32/CAN/chconf.h
+++ b/testhal/STM32/CAN/chconf.h
@@ -68,7 +68,7 @@
* You may use this option if you need to merge ChibiOS/RT with
* external libraries that require nested lock/unlock operations.
*
- * @note T he default is @p FALSE.
+ * @note The default is @p FALSE.
*/
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE
diff --git a/testhal/STM32/PWM/chconf.h b/testhal/STM32/PWM/chconf.h
index 98bcdc40c..3353391ca 100644
--- a/testhal/STM32/PWM/chconf.h
+++ b/testhal/STM32/PWM/chconf.h
@@ -68,7 +68,7 @@
* You may use this option if you need to merge ChibiOS/RT with
* external libraries that require nested lock/unlock operations.
*
- * @note T he default is @p FALSE.
+ * @note The default is @p FALSE.
*/
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE
diff --git a/testhal/STM32/SPI/chconf.h b/testhal/STM32/SPI/chconf.h
index 98bcdc40c..3353391ca 100644
--- a/testhal/STM32/SPI/chconf.h
+++ b/testhal/STM32/SPI/chconf.h
@@ -68,7 +68,7 @@
* You may use this option if you need to merge ChibiOS/RT with
* external libraries that require nested lock/unlock operations.
*
- * @note T he default is @p FALSE.
+ * @note The default is @p FALSE.
*/
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE
diff --git a/testhal/STM32/UART/chconf.h b/testhal/STM32/UART/chconf.h
index 98bcdc40c..3353391ca 100644
--- a/testhal/STM32/UART/chconf.h
+++ b/testhal/STM32/UART/chconf.h
@@ -68,7 +68,7 @@
* You may use this option if you need to merge ChibiOS/RT with
* external libraries that require nested lock/unlock operations.
*
- * @note T he default is @p FALSE.
+ * @note The default is @p FALSE.
*/
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE
diff --git a/testhal/STM8S/SPI/demo/chconf.h b/testhal/STM8S/SPI/demo/chconf.h
index 12b5c9e15..7e0ba6086 100644
--- a/testhal/STM8S/SPI/demo/chconf.h
+++ b/testhal/STM8S/SPI/demo/chconf.h
@@ -68,7 +68,7 @@
* You may use this option if you need to merge ChibiOS/RT with
* external libraries that require nested lock/unlock operations.
*
- * @note T he default is @p FALSE.
+ * @note The default is @p FALSE.
*/
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE