mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge branch 'master' of http://github.com/enjoy-digital/litex
This commit is contained in:
commit
cb5f1467cf
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ static const unsigned int crc_table[256] = {
|
|||
|
||||
unsigned int crc32(const unsigned char *buffer, unsigned int len)
|
||||
{
|
||||
return 0;
|
||||
unsigned int crc;
|
||||
crc = 0;
|
||||
crc = crc ^ 0xffffffffL;
|
||||
|
|
Loading…
Reference in a new issue