trivial; restore a formatting edit by greg that I accidentally undid by failing to pull

This commit is contained in:
ziggurat29 2016-03-28 20:54:14 -05:00
parent 72f4f1c9ea
commit 85e63800be

View File

@ -88,7 +88,7 @@ void stm32l4_rcc_enablelse(void)
* the RCC BDCR register.
*/
regval = getreg32(STM32L4_RCC_BDCR);
regval = getreg32(STM32L4_RCC_BDCR);
regval |= RCC_BDCR_LSEON;
putreg32(regval,STM32L4_RCC_BDCR);