From edf892e454c644b258cb14ad8a0d3a52f00a4505 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 8 May 2012 11:44:55 -0400 Subject: stm32f1: stm32.h: Doxygen. Signed-off-by: Marti Bolivar --- libmaple/stm32f1/include/series/stm32.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libmaple/stm32f1/include/series/stm32.h b/libmaple/stm32f1/include/series/stm32.h index 60af6b5..6bf836c 100644 --- a/libmaple/stm32f1/include/series/stm32.h +++ b/libmaple/stm32f1/include/series/stm32.h @@ -44,15 +44,15 @@ extern "C" { * * You can use these F1 line defines if porting libmaple to support * MCUs on other lines. */ -/** STM32F1 performance line. */ +/** STM32F1 performance line (STM32F103 MCUs). */ #define STM32_F1_LINE_PERFORMANCE 0 -/** STM32F1 value line. */ +/** STM32F1 value line (STM32F100 MCUs). */ #define STM32_F1_LINE_VALUE 1 -/** STM32F1 access line. */ +/** STM32F1 access line (STM32F101 MCUs). */ #define STM32_F1_LINE_ACCESS 2 -/** STM32F1 USB access line. */ +/** STM32F1 USB access line (STM32F102 MCUs). */ #define STM32_F1_LINE_USB_ACCESS 3 -/** STM32F1 connectivity line. */ +/** STM32F1 connectivity line (STM32F105/F107 MCUs). */ #define STM32_F1_LINE_CONNECTIVITY 4 /* -- cgit v1.2.3