Refs #1785. Corrected flash latency configuration in Nucleo-L552ZE demo programs.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1041 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2023-04-26 22:15:59 +00:00
parent 1e1c16cd1d
commit 02b419df3b
3 changed files with 3 additions and 6 deletions

View File

@ -101,8 +101,7 @@ static void SystemClock_Config(void)
LL_FLASH_SetLatency(LL_FLASH_LATENCY_4);
while(LL_FLASH_GetLatency()!= LL_FLASH_LATENCY_4)
{
/* Error setting flash latency. */
ASSERT_RT(BLT_FALSE);
;
}
/* Configure the main internal regulator output voltage. */

View File

@ -98,8 +98,7 @@ static void SystemClock_Config(void)
LL_FLASH_SetLatency(LL_FLASH_LATENCY_4);
while(LL_FLASH_GetLatency()!= LL_FLASH_LATENCY_4)
{
/* Error setting flash latency. */
ASSERT_RT(BLT_FALSE);
;
}
/* Configure the main internal regulator output voltage. */

View File

@ -101,8 +101,7 @@ static void SystemClock_Config(void)
LL_FLASH_SetLatency(LL_FLASH_LATENCY_4);
while(LL_FLASH_GetLatency()!= LL_FLASH_LATENCY_4)
{
/* Error setting flash latency. */
ASSERT_RT(BLT_FALSE);
;
}
/* Configure the main internal regulator output voltage. */