aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/pwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/pwr.c')
-rw-r--r--libmaple/pwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/pwr.c b/libmaple/pwr.c
index b43193e..d63a92d 100644
--- a/libmaple/pwr.c
+++ b/libmaple/pwr.c
@@ -28,7 +28,7 @@
#include "rcc.h"
pwr_dev pwr = {
- .regs = PWR_BASE;
+ .regs = PWR_BASE,
};
const pwr_dev *PWR = &pwr;