diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-05 08:12:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-05 08:12:31 +0000 |
commit | 3076655c398c84a8a8ab79e9364693233df7e006 (patch) | |
tree | f1541ed597c21ad94342972aad0c3bca2da2399d /os/hal/platforms/LPC11xx/pal_lld.c | |
parent | 01ce181671d28c701948c765768440a7e9a09777 (diff) | |
download | ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.tar.gz ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.tar.bz2 ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1856 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx/pal_lld.c')
-rw-r--r-- | os/hal/platforms/LPC11xx/pal_lld.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/platforms/LPC11xx/pal_lld.c b/os/hal/platforms/LPC11xx/pal_lld.c index 2054cd271..7c04673ca 100644 --- a/os/hal/platforms/LPC11xx/pal_lld.c +++ b/os/hal/platforms/LPC11xx/pal_lld.c @@ -18,10 +18,10 @@ */
/**
- * @file LPC111x/pal_lld.c
- * @brief LPC111x GPIO low level driver code.
+ * @file LPC11xx/pal_lld.c
+ * @brief LPC11xx GPIO low level driver code.
*
- * @addtogroup LPC111x_PAL
+ * @addtogroup LPC11xx_PAL
* @{
*/
@@ -50,10 +50,10 @@ /* Driver exported functions. */
/*===========================================================================*/
/**
- * @brief LPC111x I/O ports configuration.
+ * @brief LPC11xx I/O ports configuration.
* @details GPIO unit registers initialization.
*
- * @param[in] config the LPC111x ports configuration
+ * @param[in] config the LPC11xx ports configuration
*/
void _pal_lld_init(const PALConfig *config) {
|