diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-11 14:49:35 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 17:24:17 -0400 |
commit | 0128564f414ce05b37bd3f68d5d981a46e70a069 (patch) | |
tree | 746f86315d4ef31699bd9348da3a06703be1feda /libmaple | |
parent | 5eda0127524f60d4e09dc8213e042915e22351f7 (diff) | |
download | librambutan-0128564f414ce05b37bd3f68d5d981a46e70a069.tar.gz librambutan-0128564f414ce05b37bd3f68d5d981a46e70a069.zip |
stm32f2/rcc.h: Fix typo.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/stm32f2/include/series/rcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/stm32f2/include/series/rcc.h b/libmaple/stm32f2/include/series/rcc.h index 52f6b4a..7d02d0d 100644 --- a/libmaple/stm32f2/include/series/rcc.h +++ b/libmaple/stm32f2/include/series/rcc.h @@ -49,7 +49,7 @@ extern "C"{ * Register map */ -/** STM32F1 RCC register map type */ +/** STM32F2 RCC register map type */ typedef struct rcc_reg_map { __io uint32 CR; /**< Clock control register */ __io uint32 PLLCFGR; /**< PLL configuration register */ |