Skip to content

Commit

Permalink
RCC_LSEDRIVE_HIGH
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 2, 2020
1 parent 122f821 commit bf51dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/third_party/stm32_truestudio/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void SystemClock_Config(void)
/** Configure LSE Drive Capability
*/
HAL_PWR_EnableBkUpAccess();
__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_LOW);
__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_HIGH);
/** Configure the main internal regulator output voltage
*/
__HAL_RCC_PWR_CLK_ENABLE();
Expand Down

0 comments on commit bf51dfa

Please sign in to comment.