diff options
Diffstat (limited to 'src/isotp/send.h')
-rw-r--r-- | src/isotp/send.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/isotp/send.h b/src/isotp/send.h index 937e5320..8f707b29 100644 --- a/src/isotp/send.h +++ b/src/isotp/send.h @@ -9,9 +9,6 @@ extern "C" { #endif -IsoTpHandle isotp_send(IsoTpShims* shims, const uint16_t arbitration_id, - const uint8_t* payload, uint16_t size, - IsoTpMessageSentHandler callback); #ifdef __cplusplus } |