Closed cvbkf closed 8 years ago
compiling using musl (as used by OpenWRT) fails with the following error:
src/ds2438.c:29:4: error: unknown type name 'ushort' ushort lastcrc8=255;
fixed by inclusion of <sys/types.h> in every file that uses unsigned types.
I think #16 should fix this in a cleaner fashion, could you give it a try?
Fixed by #16
compiling using musl (as used by OpenWRT) fails with the following error:
src/ds2438.c:29:4: error: unknown type name 'ushort' ushort lastcrc8=255;
fixed by inclusion of <sys/types.h> in every file that uses unsigned types.