stm32l4: rcc: correct register name

Use the same name as the reference manual and the same name as other parts.
This commit is contained in:
Karl Palsson 2016-03-12 22:23:30 +00:00
parent d60fd7ca94
commit 9047b8c5f4

View File

@ -45,7 +45,7 @@
#define RCC_CR MMIO32(RCC_BASE + 0x00)
#define RCC_ICSCR MMIO32(RCC_BASE + 0x04)
#define RCC_CFGR MMIO32(RCC_BASE + 0x08)
#define RCC_PLL_CFGR MMIO32(RCC_BASE + 0x0c)
#define RCC_PLLCFGR MMIO32(RCC_BASE + 0x0c)
#define RCC_PLLSAI1_CFGR MMIO32(RCC_BASE + 0x10)
#define RCC_PLLSAI2_CFGR MMIO32(RCC_BASE + 0x14)
#define RCC_CIER MMIO32(RCC_BASE + 0x18)