Return completed rx messages instead of relying on callbacks.
[apps/low-level-can-service.git] / src / isotp / send.h
index 937e532..8f707b2 100644 (file)
@@ -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
 }