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 | 44237e7b2301c360619deed261b6f35be94ff378 (patch) | |
| tree | 81bdbe9ea66b26342b4634c0a3a28ac4b9ea1959 | |
| parent | 645ab9108af6e413e1652477fd5212eb917aa645 (diff) | |
stm32f1: stm32.h: Fix comment typo.
| -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 |
