aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx/hal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-05 08:12:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-05 08:12:31 +0000
commit3076655c398c84a8a8ab79e9364693233df7e006 (patch)
treef1541ed597c21ad94342972aad0c3bca2da2399d /os/hal/platforms/LPC11xx/hal_lld.c
parent01ce181671d28c701948c765768440a7e9a09777 (diff)
downloadChibiOS-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/hal_lld.c')
-rw-r--r--os/hal/platforms/LPC11xx/hal_lld.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/platforms/LPC11xx/hal_lld.c b/os/hal/platforms/LPC11xx/hal_lld.c
index 976fed23b..e7077cad9 100644
--- a/os/hal/platforms/LPC11xx/hal_lld.c
+++ b/os/hal/platforms/LPC11xx/hal_lld.c
@@ -18,10 +18,10 @@
*/
/**
- * @file LPC111x/hal_lld.c
- * @brief LPC111x HAL subsystem low level driver source.
+ * @file LPC11xx/hal_lld.c
+ * @brief LPC11xx HAL subsystem low level driver source.
*
- * @addtogroup LPC111x_HAL
+ * @addtogroup LPC11xx_HAL
* @{
*/
@@ -79,7 +79,7 @@ void hal_lld_init(void) {
}
/**
- * @brief LPC111x clocks and PLL initialization.
+ * @brief LPC11xx clocks and PLL initialization.
* @note All the involved constants come from the file @p board.h.
*/
void lpc111x_clock_init(void) {