diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2016-08-19 01:52:05 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2016-08-19 01:52:05 +0200 |
commit | 037ba6e1e22e8577d7823f0abe22c331934a4d06 (patch) | |
tree | 3c9d11a1ef1cb1b0dc1950f611768d62193a9a26 /rcc/flash.h | |
parent | a6de1f8069e8eec1dead5952f203dc6ed69ecf5a (diff) |
STM32L0: Fixed typo in FLASH_PEKEYR.
Diffstat (limited to 'rcc/flash.h')
-rw-r--r-- | rcc/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcc/flash.h b/rcc/flash.h index d53fa2c..c1f7c1c 100644 --- a/rcc/flash.h +++ b/rcc/flash.h @@ -25,7 +25,7 @@ struct FLASH_t { volatile uint32_t ACR; volatile uint32_t PECR; volatile uint32_t PDKEYR; - volatile uint32_t PKEYR; + volatile uint32_t PEKEYR; volatile uint32_t PRGKEYR; volatile uint32_t OPTKEYR; volatile uint32_t SR; |