arm/stm32h7/.../stm32h757i-eval/system_stm32h7xx.c: Fix indentation

Address GCC warning for misleading indentation.
This commit is contained in:
Joel Sherrill
2025-08-05 13:21:23 +00:00
committed by Gedare Bloom
parent 56c5c935b3
commit 5fe179df8f
@@ -578,7 +578,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))
{