mirror of https://github.com/rusefi/isotp-c.git
Log a message when rejecting a send.
This commit is contained in:
parent
b44a989049
commit
45530604e0
|
@ -74,6 +74,7 @@ bool isotp_send_single_frame(IsoTpHandler* handler, const uint8_t* payload,
|
|||
|
||||
bool isotp_send_multi_frame(IsoTpHandler* handler, const uint8_t* payload,
|
||||
uint16_t size) {
|
||||
handler->shims->log("Only single frame messages are supported");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue