mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
trivial; restore a formatting edit by greg that I accidentally undid by failing to pull
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user