diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-31 11:40:46 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-31 11:40:46 -0500 |
commit | 90209462aa40f17b24ef91864070b522b6df1b14 (patch) | |
tree | 0f471e408b1ba491b9c3e91d0f657f71be9c1df7 /src | |
parent | bc7c0205d8dd7550060f6f0bbe8e2064d28ace8c (diff) |
Update deps.
Diffstat (limited to 'src')
-rw-r--r-- | src/isotp/send.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/isotp/send.h b/src/isotp/send.h index 17a7dad0..2031621b 100644 --- a/src/isotp/send.h +++ b/src/isotp/send.h @@ -9,6 +9,7 @@ extern "C" { #endif +// TODO I don't love this API bool isotp_send(IsoTpHandler* handler, const uint8_t* payload, uint16_t payload_size); |