summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-31 11:40:46 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-31 11:40:46 -0500
commit90209462aa40f17b24ef91864070b522b6df1b14 (patch)
tree0f471e408b1ba491b9c3e91d0f657f71be9c1df7 /src
parentbc7c0205d8dd7550060f6f0bbe8e2064d28ace8c (diff)
Update deps.
Diffstat (limited to 'src')
-rw-r--r--src/isotp/send.h1
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);