aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/bkp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/bkp.h')
-rw-r--r--libmaple/bkp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/bkp.h b/libmaple/bkp.h
index 9994743..a81267d 100644
--- a/libmaple/bkp.h
+++ b/libmaple/bkp.h
@@ -99,7 +99,7 @@ typedef struct bkp_reg_map {
} bkp_reg_map;
/** Backup peripheral register map base pointer. */
-#define BKP_BASE ((bkp_reg_map*)0x40006C00)
+#define BKP_BASE ((struct bkp_reg_map*)0x40006C00)
/** Backup peripheral device type. */
typedef struct bkp_dev {