mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Oops, wasn't supposed to commit this.
This commit is contained in:
parent
e9e1639ac0
commit
04f86cb130
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ at91_ramsize(void)
|
|||
bw = (cr & AT91SAM9G20_SDRAMC_CR_DBW_16) ? 1 : 2;
|
||||
}
|
||||
|
||||
return ((1 << (cols + rows + banks + bw));
|
||||
return (1 << (cols + rows + banks + bw));
|
||||
}
|
||||
|
||||
void *
|
||||
|
|
|
|||
Loading…
Reference in a new issue