aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx/hal_lld.c
diff options
context:
space:
mode:
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) {