arm/stm32h7/.../stm32h750b-dk/system_stm32h7xx.c: Fix indentation

Address GCC warning for misleading indentation.
This commit is contained in:
Joel Sherrill
2025-08-01 10:35:49 -05:00
committed by Gedare Bloom
parent 2f0abe10e3
commit 0e81a0653a

View File

@@ -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))
{