aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 17:37:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 17:37:49 +0000
commitbdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f (patch)
treebdd606762debab9287b43597075c082685dbfdd1 /os/hal/platforms/LPC214x
parent894e11f8f781dc17ff729acfddc4db1a3091951f (diff)
downloadChibiOS-bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f.tar.gz
ChibiOS-bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f.tar.bz2
ChibiOS-bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1397 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x')
-rw-r--r--os/hal/platforms/LPC214x/hal_lld.h2
-rw-r--r--os/hal/platforms/LPC214x/lpc214x.h2
-rw-r--r--os/hal/platforms/LPC214x/pal_lld.c2
-rw-r--r--os/hal/platforms/LPC214x/pal_lld.h2
-rw-r--r--os/hal/platforms/LPC214x/serial_lld.c2
-rw-r--r--os/hal/platforms/LPC214x/serial_lld.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/platforms/LPC214x/hal_lld.h b/os/hal/platforms/LPC214x/hal_lld.h
index 2ee5b829a..aa23729aa 100644
--- a/os/hal/platforms/LPC214x/hal_lld.h
+++ b/os/hal/platforms/LPC214x/hal_lld.h
@@ -19,7 +19,7 @@
/**
* @file LPC214x/hal_lld.h
- * @brief LPC214x HAL subsystem low level driver HEADER.
+ * @brief LPC214x HAL subsystem low level driver header.
* @addtogroup LPC214x_HAL
* @{
*/
diff --git a/os/hal/platforms/LPC214x/lpc214x.h b/os/hal/platforms/LPC214x/lpc214x.h
index e260da713..ad6ae375b 100644
--- a/os/hal/platforms/LPC214x/lpc214x.h
+++ b/os/hal/platforms/LPC214x/lpc214x.h
@@ -19,7 +19,7 @@
/**
* @file lpc214x.h
- * @brief LPC214x register definitions
+ * @brief LPC214x register definitions.
*/
#ifndef _LPC214X_H_
diff --git a/os/hal/platforms/LPC214x/pal_lld.c b/os/hal/platforms/LPC214x/pal_lld.c
index 8e4481db0..44144a759 100644
--- a/os/hal/platforms/LPC214x/pal_lld.c
+++ b/os/hal/platforms/LPC214x/pal_lld.c
@@ -19,7 +19,7 @@
/**
* @file LPC214x/pal_lld.c
- * @brief LPC214x FIO low level driver code
+ * @brief LPC214x FIO low level driver code.
* @addtogroup LPC214x_PAL
* @{
*/
diff --git a/os/hal/platforms/LPC214x/pal_lld.h b/os/hal/platforms/LPC214x/pal_lld.h
index c89c98504..c2c8823e9 100644
--- a/os/hal/platforms/LPC214x/pal_lld.h
+++ b/os/hal/platforms/LPC214x/pal_lld.h
@@ -19,7 +19,7 @@
/**
* @file LPC214x/pal_lld.h
- * @brief LPC214x FIO low level driver header
+ * @brief LPC214x FIO low level driver header.
* @addtogroup LPC214x_PAL
* @{
*/
diff --git a/os/hal/platforms/LPC214x/serial_lld.c b/os/hal/platforms/LPC214x/serial_lld.c
index 970e0c6cd..d7eaaadc4 100644
--- a/os/hal/platforms/LPC214x/serial_lld.c
+++ b/os/hal/platforms/LPC214x/serial_lld.c
@@ -19,7 +19,7 @@
/**
* @file LPC214x/serial_lld.c
- * @brief LPC214x low level serial driver code
+ * @brief LPC214x low level serial driver code.
* @addtogroup LPC214x_SERIAL
* @{
*/
diff --git a/os/hal/platforms/LPC214x/serial_lld.h b/os/hal/platforms/LPC214x/serial_lld.h
index 4bfc97bc5..376107ec7 100644
--- a/os/hal/platforms/LPC214x/serial_lld.h
+++ b/os/hal/platforms/LPC214x/serial_lld.h
@@ -19,7 +19,7 @@
/**
* @file LPC214x/serial_lld.h
- * @brief LPC214x low level serial driver header
+ * @brief LPC214x low level serial driver header.
* @addtogroup LPC214x_SERIAL
* @{
*/