mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-18 00:00:36 +02:00
include/cntr/crc32.c was lost in the great involuntary purge. Add a dummy.
This commit is contained in:
parent
c91658e1ed
commit
f5388cac42
4
cntr/fw/include/cntr/crc32.c
Normal file
4
cntr/fw/include/cntr/crc32.c
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
static uint32_t crc32(uint32_t a, uint32_t b)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user