mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
include/cntr/crc32.c was lost in the great involuntary purge. Add a dummy.
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user