diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-03 14:53:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-03 14:53:30 +0000 |
commit | a70e278edeeabd7adf2bd01ec4bdd94bbcb41548 (patch) | |
tree | 6072f4907b9c57d25839c1f9f93bdc7f83a2da21 /os/hal/platforms/LPC111x | |
parent | ebe711e1a2257f012e8a558ad554385aae8fc545 (diff) | |
download | ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.tar.gz ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.tar.bz2 ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1841 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC111x')
-rw-r--r-- | os/hal/platforms/LPC111x/hal_lld.c | 6 | ||||
-rw-r--r-- | os/hal/platforms/LPC111x/hal_lld.h | 4 | ||||
-rw-r--r-- | os/hal/platforms/LPC111x/pal_lld.c | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/os/hal/platforms/LPC111x/hal_lld.c b/os/hal/platforms/LPC111x/hal_lld.c index 52698bb50..976fed23b 100644 --- a/os/hal/platforms/LPC111x/hal_lld.c +++ b/os/hal/platforms/LPC111x/hal_lld.c @@ -18,10 +18,10 @@ */
/**
- * @file LPC11xx/hal_lld.c
- * @brief LPC11xx HAL subsystem low level driver source.
+ * @file LPC111x/hal_lld.c
+ * @brief LPC111x HAL subsystem low level driver source.
*
- * @addtogroup LPC11xx_HAL
+ * @addtogroup LPC111x_HAL
* @{
*/
diff --git a/os/hal/platforms/LPC111x/hal_lld.h b/os/hal/platforms/LPC111x/hal_lld.h index 05868ffff..f63078422 100644 --- a/os/hal/platforms/LPC111x/hal_lld.h +++ b/os/hal/platforms/LPC111x/hal_lld.h @@ -18,10 +18,10 @@ */
/**
- * @file LPC11xx/hal_lld.h
+ * @file LPC111x/hal_lld.h
* @brief HAL subsystem low level driver header template.
*
- * @addtogroup LPC11xx_HAL
+ * @addtogroup LPC111x_HAL
* @{
*/
diff --git a/os/hal/platforms/LPC111x/pal_lld.c b/os/hal/platforms/LPC111x/pal_lld.c index 5d2c56fe5..2054cd271 100644 --- a/os/hal/platforms/LPC111x/pal_lld.c +++ b/os/hal/platforms/LPC111x/pal_lld.c @@ -18,10 +18,10 @@ */
/**
- * @file templates/pal_lld.c
- * @brief PAL subsystem low level driver template.
+ * @file LPC111x/pal_lld.c
+ * @brief LPC111x GPIO low level driver code.
*
- * @addtogroup PAL_LLD
+ * @addtogroup LPC111x_PAL
* @{
*/
|