diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-01 16:08:10 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-01 16:10:57 -0500 |
commit | 482c7eafcb35a4031ab6f2241b14ac495735b7cd (patch) | |
tree | 8fdff5d9e5ae49df5ed0909dfdb8fc628674ed80 /src/isotp/send.h | |
parent | 8702b34a8ffdf220c9b054d8f1950a82c9387d6a (diff) |
Return completed rx messages instead of relying on callbacks.
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 } |