forked from Imagelibrary/rtems
arm/stm32h7/.../stm32h750b-dk/system_stm32h7xx.c: Fix indentation
Address GCC warning for misleading indentation.
This commit is contained in:
committed by
Gedare Bloom
parent
2f0abe10e3
commit
0e81a0653a
@@ -481,7 +481,12 @@ void SystemInit_ExtMemCtl(void)
|
||||
for (index = 0; index<1000; index++);
|
||||
|
||||
/* PALL command */
|
||||
#ifdef __rtems__
|
||||
/* Fix misleading indentation */
|
||||
FMC_Bank5_6_R->SDCMR = 0x0000000A;
|
||||
#else
|
||||
FMC_Bank5_6_R->SDCMR = 0x0000000A;
|
||||
#endif
|
||||
timeout = 0xFFFF;
|
||||
while((tmpreg != 0) && (timeout-- > 0))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user