diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-11-28 23:01:56 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:52 -0400 |
commit | a614806f9a02967bf1b91561dcb3d02a2f735c66 (patch) | |
tree | e6642d0b888ab05481aeac79bc333a2c318980a9 | |
parent | 95e12215caec0b4dba9a1d394e6cf7210ce6c30b (diff) | |
download | librambutan-a614806f9a02967bf1b91561dcb3d02a2f735c66.tar.gz librambutan-a614806f9a02967bf1b91561dcb3d02a2f735c66.zip |
libmaple/flash.h: Doxygen fixups.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | libmaple/include/libmaple/flash.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libmaple/include/libmaple/flash.h b/libmaple/include/libmaple/flash.h index bbe516d..01d45f5 100644 --- a/libmaple/include/libmaple/flash.h +++ b/libmaple/include/libmaple/flash.h @@ -25,9 +25,8 @@ *****************************************************************************/ /** - * @file flash.h - * @brief STM32 Medium and high density Flash register map and setup - * routines + * @file libmaple/flash.h + * @brief Flash support. */ #ifndef _LIBMAPLE_FLASH_H_ |