diff options
Diffstat (limited to 'libmaple/stm32f1/include')
-rw-r--r-- | libmaple/stm32f1/include/series/stm32.h | 10 |
1 files 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 /* |