We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36e77d commit 025de03Copy full SHA for 025de03
libraries/drivers/drv_sdram.c
@@ -51,7 +51,7 @@ static void SDRAM_Initialization_Sequence(SDRAM_HandleTypeDef *hsdram, FMC_SDRAM
51
52
/* Insert 100 ms delay */
53
/* interrupt is not enable, just to delay some time. */
54
- for (tmpmrd = 0; tmpmrd < 0xffffff; tmpmrd ++)
+ for (tmpmrd = 0; tmpmrd < 0xffff; tmpmrd ++)
55
;
56
57
/* Configure a PALL (precharge all) command */
0 commit comments