From ca34bcaa8cf5ac129694cbe11e9b0b2fa16e6d9d Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 9 May 2012 17:53:04 -0400 Subject: flash.h: Doxygen. Document FLASH_BASE once. This is due to restrictions in the documentation build system. Signed-off-by: Marti Bolivar --- libmaple/stm32f2/include/series/flash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libmaple/stm32f2') diff --git a/libmaple/stm32f2/include/series/flash.h b/libmaple/stm32f2/include/series/flash.h index 10b8717..f3c650b 100644 --- a/libmaple/stm32f2/include/series/flash.h +++ b/libmaple/stm32f2/include/series/flash.h @@ -56,7 +56,6 @@ typedef struct flash_reg_map { __io uint32 OPTCR; /**< Option control register */ } flash_reg_map; -/** Flash register map base pointer */ #define FLASH_BASE ((struct flash_reg_map*)0x40023C00) /* -- cgit v1.2.3