LIN icon indicating copy to clipboard operation
LIN copied to clipboard

Header guard for lin.h and checksum usage on diagnostic frames fixed.

Open ChrisPHL opened this issue 4 years ago • 1 comments

ChrisPHL avatar Jan 04 '21 15:01 ChrisPHL

Additionally in Lin::recv(): if (dataChecksum(message,nBytes,idByte) == cksum) bytesRcvd = 0xff; should probably be: if (dataChecksum(message,nBytes,(addr == 0x3d) ? 0: idByte) != readByte) bytesRcvd = 0xff;

philwmcdonald avatar Jul 25 '21 03:07 philwmcdonald