aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/stm32f2-f4/include/series/flash.h
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-06-13 18:33:12 -0700
committerbnewbold <bnewbold@robocracy.org>2015-06-13 20:28:01 -0700
commitce9c1210356c758a7e1d322521e5eda25cecde63 (patch)
tree34ac793e4da29252a53d852ec149603a6334e19a /libmaple/stm32f2-f4/include/series/flash.h
parent5c3136b333d9463acd98e7b92c033d163826e7d0 (diff)
downloadlibrambutan-ce9c1210356c758a7e1d322521e5eda25cecde63.tar.gz
librambutan-ce9c1210356c758a7e1d322521e5eda25cecde63.zip
stm32f2-f4: refactor header guards, doxygen comments
Diffstat (limited to 'libmaple/stm32f2-f4/include/series/flash.h')
-rw-r--r--libmaple/stm32f2-f4/include/series/flash.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libmaple/stm32f2-f4/include/series/flash.h b/libmaple/stm32f2-f4/include/series/flash.h
index 35cf528..3676b0b 100644
--- a/libmaple/stm32f2-f4/include/series/flash.h
+++ b/libmaple/stm32f2-f4/include/series/flash.h
@@ -26,15 +26,15 @@
/**
* @file libmaple/stm32f2-f4/include/series/flash.h
- * @brief STM32F2 Flash header.
+ * @brief STM32F2-F4 Flash header.
*
* Provides register map, base pointer, and register bit definitions
- * for the Flash controller on the STM32F2 series, along with
+ * for the Flash controller on the STM32F2-F4 series, along with
* series-specific configuration values.
*/
-#ifndef _LIBMAPLE_STM32F2_FLASH_H_
-#define _LIBMAPLE_STM32F2_FLASH_H_
+#ifndef _LIBMAPLE_STM32F2F4_FLASH_H_
+#define _LIBMAPLE_STM32F2F4_FLASH_H_
#ifdef __cplusplus
extern "C"{
@@ -46,7 +46,7 @@ extern "C"{
* Register map
*/
-/** @brief STM32F2 Flash register map type */
+/** @brief STM32F2-F4 Flash register map type */
typedef struct flash_reg_map {
__io uint32 ACR; /**< Access control register */
__io uint32 KEYR; /**< Key register */