aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/bkp.c
diff options
context:
space:
mode:
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;
/**