diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-24 03:20:18 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-24 03:20:18 -0400 |
commit | 83f361c4bb9bed827b02df7aeae5f2cf9a14707a (patch) | |
tree | 81bdbe9ea66b26342b4634c0a3a28ac4b9ea1959 /libmaple/stm32f1/include/series | |
parent | f3e5111cff8d9f91dd5279df5165c386d77fed2e (diff) | |
download | librambutan-83f361c4bb9bed827b02df7aeae5f2cf9a14707a.tar.gz librambutan-83f361c4bb9bed827b02df7aeae5f2cf9a14707a.zip |
stm32f1: stm32.h: Fix comment typo.
Diffstat (limited to 'libmaple/stm32f1/include/series')
-rw-r--r-- | libmaple/stm32f1/include/series/stm32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/stm32f1/include/series/stm32.h b/libmaple/stm32f1/include/series/stm32.h index ed51ae5..c122df0 100644 --- a/libmaple/stm32f1/include/series/stm32.h +++ b/libmaple/stm32f1/include/series/stm32.h @@ -56,7 +56,7 @@ extern "C" { # define STM32_SRAM_END ((void*)0x20010000) #elif defined(MCU_STM32F103CB) - /* This STM32_NR_GPIO_PORTS is not stricly true, but only pins 0 + /* This STM32_NR_GPIO_PORTS is not strictly true, but only pins 0 * and exist, and they're used for OSC (e.g. on e.g. LeafLabs * Maple Mini), so we'll live with this for now. */ # define STM32_NR_GPIO_PORTS 3 |