From 90209462aa40f17b24ef91864070b522b6df1b14 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 31 Dec 2013 11:40:46 -0500 Subject: Update deps. --- src/isotp/send.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/isotp') 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); -- cgit 1.2.3-korg