diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 16:54:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 16:54:39 +0000 |
commit | b2e6f6a6a5ee0af322472c151565be6cba0e1fa0 (patch) | |
tree | b6ec49597ebdb242c26db48db7a37f9e6cde0252 /ports | |
parent | f9ecd9f46e829010b0457a04993d2a89a37c104a (diff) | |
download | ChibiOS-b2e6f6a6a5ee0af322472c151565be6cba0e1fa0.tar.gz ChibiOS-b2e6f6a6a5ee0af322472c151565be6cba0e1fa0.tar.bz2 ChibiOS-b2e6f6a6a5ee0af322472c151565be6cba0e1fa0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1025 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ARM7-LPC214x/pal_lld.h | 2 | ||||
-rw-r--r-- | ports/ARM7-LPC214x/port.dox | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ARM7-LPC214x/pal_lld.h b/ports/ARM7-LPC214x/pal_lld.h index ce56f9562..00a159fe6 100644 --- a/ports/ARM7-LPC214x/pal_lld.h +++ b/ports/ARM7-LPC214x/pal_lld.h @@ -18,7 +18,7 @@ */
/**
- * @file ports/ARM7-LPC214x/ioports_lld.h
+ * @file ports/ARM7-LPC214x/pal_lld.h
* @brief LPC214x FIO low level driver
* @addtogroup LPC214x_PAL
* @{
diff --git a/ports/ARM7-LPC214x/port.dox b/ports/ARM7-LPC214x/port.dox index 69d8d6198..953b9095c 100644 --- a/ports/ARM7-LPC214x/port.dox +++ b/ports/ARM7-LPC214x/port.dox @@ -46,7 +46,7 @@ /** @} */
/**
- * @defgroup LPC214x_IOPORTS I/O Ports Support
+ * @defgroup LPC214x_PAL I/O Ports Support
* @brief I/O Ports peripherals support.
* @details This module supports the LPC214x FIO controller. The controller
* supports the following features (see @ref PAL):
|