diff options
Diffstat (limited to 'src/isotp/send.c')
-rw-r--r-- | src/isotp/send.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/isotp/send.c b/src/isotp/send.c index 67703cae..6cce5c92 100644 --- a/src/isotp/send.c +++ b/src/isotp/send.c @@ -49,6 +49,8 @@ IsoTpHandle isotp_send_multi_frame(IsoTpShims* shims, IsoTpMessage* message, completed: true, type: ISOTP_HANDLE_SENDING }; + // TODO need to set sending and receiving arbitration IDs separately if we + // can't always just add 0x8 (and I think we can't) return handle; } |