aboutsummaryrefslogtreecommitdiff
path: root/libmaple/stm32f2/include/series
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-05-08 16:26:39 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-05-08 16:26:39 -0400
commitd904623715aa89dad082542f5739f28a41681198 (patch)
tree3a0e2d1e2e077088eaaea45f0940d289fba26940 /libmaple/stm32f2/include/series
parent3a30b3329f5938b6db85a1399a590485b1cd180d (diff)
Mark Doxygen for Flash register maps as series-specific.
This will let help us verify that we got the right thing when we pull it out of of Doxygen XML for the official HTML documentation. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/stm32f2/include/series')
-rw-r--r--libmaple/stm32f2/include/series/flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/stm32f2/include/series/flash.h b/libmaple/stm32f2/include/series/flash.h
index cfc6e6b..10b8717 100644
--- a/libmaple/stm32f2/include/series/flash.h
+++ b/libmaple/stm32f2/include/series/flash.h
@@ -46,7 +46,7 @@ extern "C"{
* Register map
*/
-/** Flash register map type */
+/** @brief STM32F2 Flash register map type */
typedef struct flash_reg_map {
__io uint32 ACR; /**< Access control register */
__io uint32 KEYR; /**< Key register */