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/receive.c | |
parent | 8702b34a8ffdf220c9b054d8f1950a82c9387d6a (diff) |
Return completed rx messages instead of relying on callbacks.
Diffstat (limited to 'src/isotp/receive.c')
-rw-r--r-- | src/isotp/receive.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/isotp/receive.c b/src/isotp/receive.c index e69c59b7..fa96156d 100644 --- a/src/isotp/receive.c +++ b/src/isotp/receive.c @@ -24,4 +24,3 @@ IsoTpHandle isotp_receive(IsoTpShims* shims, }; return handle; } - |