Skip to content

Commit

Permalink
updated L431 HSI comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NightHawk32 committed Jan 7, 2025
1 parent 3e1a695 commit 198351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mcu/l431/Src/peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void SystemClock_Config(void)
#else
LL_RCC_HSI_Enable();

/* Wait till MSI is ready */
/* Wait till HSI is ready */
while(LL_RCC_HSI_IsReady() != 1)
{

Expand Down

0 comments on commit 198351d

Please sign in to comment.