mirror of https://github.com/rusefi/openblt.git
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:
parent
1e1c16cd1d
commit
02b419df3b
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue