diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-09 17:53:04 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-09 17:53:45 -0400 |
commit | ca34bcaa8cf5ac129694cbe11e9b0b2fa16e6d9d (patch) | |
tree | 622e4adbd79b6f3fa672437f60b5eeb76b1d3bd3 /libmaple/include | |
parent | 94d95639c124ebff02a9944237ca9c1764c9cca9 (diff) | |
download | librambutan-ca34bcaa8cf5ac129694cbe11e9b0b2fa16e6d9d.tar.gz librambutan-ca34bcaa8cf5ac129694cbe11e9b0b2fa16e6d9d.zip |
flash.h: Doxygen.
Document FLASH_BASE once. This is due to restrictions in the
documentation build system.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/include')
-rw-r--r-- | libmaple/include/libmaple/flash.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmaple/include/libmaple/flash.h b/libmaple/include/libmaple/flash.h index d84ded1..943e466 100644 --- a/libmaple/include/libmaple/flash.h +++ b/libmaple/include/libmaple/flash.h @@ -64,6 +64,11 @@ extern "C"{ */ #include <series/flash.h> +#ifdef __DOXYGEN__ +/** Flash register map base pointer. */ +#define FLASH_BASE +#endif + /* * Flash routines */ |