aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/pwr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopenstm32/pwr.h')
-rw-r--r--include/libopenstm32/pwr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/libopenstm32/pwr.h b/include/libopenstm32/pwr.h
index 1a489d3..5a4842c 100644
--- a/include/libopenstm32/pwr.h
+++ b/include/libopenstm32/pwr.h
@@ -31,7 +31,6 @@
/* Power control/status register (PWR_CSR) */
#define PWR_CSR MMIO32(POWER_CONTROL_BASE + 0x04)
-
/* --- PWR_CR values ------------------------------------------------------- */
/* DBP: Disable backup domain write protection */
@@ -60,10 +59,9 @@
/* PDDS: Power down deepsleep */
#define PWR_CR_PDDS (1 << 1)
-/* LPDS: Low-power deepsleep */
+/* LPDS: Low-power deepsleep */
#define PWR_CR_LPDS (1 << 0)
-
/* --- PWR_CSR values ------------------------------------------------------ */
/* EWUP: Enable WKUP pin */