iso15765-canbus icon indicating copy to clipboard operation
iso15765-canbus copied to clipboard

Extended addressing minor fix

Open arla03522 opened this issue 1 year ago • 0 comments

https://github.com/devcoons/iso15765-canbus/blob/f82f8ad978a54a65feb5be3b4271720fa166d00b/src/lib_iso15765.c#L459 Seems a target address should be used instead of address extension: n_pdu->n_ai.n_ae = dt[0]; -> n_pdu->n_ai.n_ta = dt[0];

arla03522 avatar Sep 18 '24 14:09 arla03522