1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-30 01:41:59 +03:00

include/cntr/crc32.c was lost in the great involuntary purge. Add a dummy.

This commit is contained in:
Werner Almesberger 2010-11-03 11:05:40 -03:00
parent c91658e1ed
commit f5388cac42

View File

@ -0,0 +1,4 @@
static uint32_t crc32(uint32_t a, uint32_t b)
{
return 0;
}