aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/bkp.c
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-23 10:18:13 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-23 10:18:39 -0400
commitcf6414cc337150d539145c8cdb86846884e66a6c (patch)
tree15085adf11c3c979746a6e56db3d8757f9fecdb3 /libmaple/bkp.c
parent442c579cc240c68e88264ab0168db5325428b887 (diff)
downloadlibrambutan-cf6414cc337150d539145c8cdb86846884e66a6c.tar.gz
librambutan-cf6414cc337150d539145c8cdb86846884e66a6c.zip
Moving Doxygen comments from declarations to definitions.
Diffstat (limited to 'libmaple/bkp.c')
-rw-r--r--libmaple/bkp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/bkp.c b/libmaple/bkp.c
index aaccb1f..00a2833 100644
--- a/libmaple/bkp.c
+++ b/libmaple/bkp.c
@@ -34,7 +34,7 @@ static inline __io uint32* data_register(uint8 reg);
bkp_dev bkp = {
.regs = BKP_BASE,
};
-
+/** Backup device. */
const bkp_dev *BKP = &bkp;
/**