From ea88c85382def65d870706b593f095d8ba1d76bd Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 30 Aug 2009 09:09:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1139 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/io/io.dox | 4 ++-- os/io/platforms/STM32/pal_lld.c | 4 ++-- os/io/platforms/STM32/pal_lld.h | 4 ++-- os/io/platforms/STM32/stm32_can.c | 4 ++-- os/io/platforms/STM32/stm32_can.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'os') diff --git a/os/io/io.dox b/os/io/io.dox index aec740168..e6cb5b661 100644 --- a/os/io/io.dox +++ b/os/io/io.dox @@ -107,7 +107,7 @@ */ /** - * @defgroup PAL_LLD PAL Low Level Driver template + * @defgroup PAL_LLD PAL Low Level Driver Template * @brief @ref PAL low level driver template. * @details This file is a template for an I/O port low level driver. * @@ -129,7 +129,7 @@ */ /** - * @defgroup SERIAL_LLD Serial Low Level Driver template + * @defgroup SERIAL_LLD Serial Low Level Driver Template * @brief @ref SERIAL low level driver template. * @details This file is a template for a serial low level driver. * diff --git a/os/io/platforms/STM32/pal_lld.c b/os/io/platforms/STM32/pal_lld.c index c50efadc0..154fbf4a7 100644 --- a/os/io/platforms/STM32/pal_lld.c +++ b/os/io/platforms/STM32/pal_lld.c @@ -18,9 +18,9 @@ */ /** - * @file STM32F103/pal_lld.c + * @file STM32/pal_lld.c * @brief STM32 GPIO low level driver code - * @addtogroup STM32F103_PAL + * @addtogroup STM32_PAL * @{ */ diff --git a/os/io/platforms/STM32/pal_lld.h b/os/io/platforms/STM32/pal_lld.h index c1c65f85f..9c234cac3 100644 --- a/os/io/platforms/STM32/pal_lld.h +++ b/os/io/platforms/STM32/pal_lld.h @@ -18,9 +18,9 @@ */ /** - * @file STM32F103/pal_lld.h + * @file STM32/pal_lld.h * @brief STM32 GPIO low level driver header - * @addtogroup STM32F103_PAL + * @addtogroup STM32_PAL * @{ */ diff --git a/os/io/platforms/STM32/stm32_can.c b/os/io/platforms/STM32/stm32_can.c index d97855a71..7f489ce25 100644 --- a/os/io/platforms/STM32/stm32_can.c +++ b/os/io/platforms/STM32/stm32_can.c @@ -18,9 +18,9 @@ */ /** - * @file STM32F103/stm32_can.c + * @file STM32/stm32_can.c * @brief STM32 CAN driver code - * @addtogroup STM32F103_CAN + * @addtogroup STM32_CAN * @{ */ diff --git a/os/io/platforms/STM32/stm32_can.h b/os/io/platforms/STM32/stm32_can.h index a124f7cdd..edfdc0241 100644 --- a/os/io/platforms/STM32/stm32_can.h +++ b/os/io/platforms/STM32/stm32_can.h @@ -18,9 +18,9 @@ */ /** - * @file STM32F103/stm32_can.h + * @file STM32/stm32_can.h * @brief STM32 CAN driver header file - * @addtogroup STM32F103_CAN + * @addtogroup STM32_CAN * @{ */ -- cgit v1.2.3