mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-26 12:17:32 +02:00
5 lines
61 B
C
5 lines
61 B
C
|
static uint32_t crc32(uint32_t a, uint32_t b)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|