mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/liblitedram/sdram: Fix compilation warning.
This commit is contained in:
parent
c4195254ed
commit
a3f3d8f08f
1 changed files with 0 additions and 1 deletions
|
@ -1075,7 +1075,6 @@ static void sdram_read_leveling_best_bitslip(int module)
|
|||
|
||||
static void sdram_write_dq_dqs_training(void)
|
||||
{
|
||||
int i;
|
||||
int module;
|
||||
|
||||
for(module=0; module<SDRAM_PHY_MODULES; module++) {
|
||||
|
|
Loading…
Reference in a new issue