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