Fix typo in PWR registers

This commit is contained in:
Steins7 2024-07-13 21:35:42 +02:00
parent 1741d47546
commit 5c89df4324

View File

@ -21,7 +21,7 @@
union PWR_CR {
struct {
uint32_t LPDS:1;
uint32_t LDDS:1;
uint32_t PDDS:1;
uint32_t CWUF:1;
uint32_t CSBF:1;
uint32_t PVDE:1;