mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00:00
STM32L4: Last change added rcc_resetbkp(), but the function was never called.
This commit is contained in:
parent
5ecb8da118
commit
1b53214a82
1 changed files with 4 additions and 0 deletions
|
|
@ -166,6 +166,10 @@ void stm32l4_clockconfig(void)
|
|||
|
||||
rcc_reset();
|
||||
|
||||
/* Reset backup domain if appropriate */
|
||||
|
||||
rcc_resetbkp();
|
||||
|
||||
#if defined(CONFIG_ARCH_BOARD_STM32L4_CUSTOM_CLOCKCONFIG)
|
||||
|
||||
/* Invoke Board Custom Clock Configuration */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue