diff options
Diffstat (limited to 'os/io')
-rw-r--r-- | os/io/io.dox | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/pal_lld.c | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/pal_lld.h | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/stm32_can.c | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/stm32_can.h | 4 |
5 files changed, 10 insertions, 10 deletions
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
* @{
*/
|