aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/pwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/pwr.c')
-rw-r--r--libmaple/pwr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmaple/pwr.c b/libmaple/pwr.c
index d63a92d..83d289d 100644
--- a/libmaple/pwr.c
+++ b/libmaple/pwr.c
@@ -27,12 +27,6 @@
#include "pwr.h"
#include "rcc.h"
-pwr_dev pwr = {
- .regs = PWR_BASE,
-};
-
-const pwr_dev *PWR = &pwr;
-
/**
* Enables the power interface clock, and resets the power device.
*/