diff options
Diffstat (limited to 'src/isotp')
-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); |