From 3076655c398c84a8a8ab79e9364693233df7e006 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 5 Apr 2010 08:12:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1856 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC11xx/pal_lld.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'os/hal/platforms/LPC11xx/pal_lld.c') 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) { -- cgit v1.2.3