diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 14:52:17 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 14:52:17 -0500 |
commit | 6876f328d9a442275c9b6e0a6a6d2db14ae3a35c (patch) | |
tree | 4bcbdb01e0ea6ff246f70fea3f6fc6c2845f08be | |
parent | ab831f90eb744af3afafafa42b4f0608512ac243 (diff) |
Remove a resolved TODO.
-rw-r--r-- | src/obd2/obd2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/obd2/obd2.c b/src/obd2/obd2.c index d3c0fb9e..627128c3 100644 --- a/src/obd2/obd2.c +++ b/src/obd2/obd2.c @@ -137,8 +137,6 @@ DiagnosticResponse diagnostic_receive_can_frame(DiagnosticShims* shims, }; if(!handle->isotp_send_handle.completed) { - // TODO when completing a send, this returns...a Message? we have to - // check when the isotp_send_handle is completed, and if it is, start isotp_continue_send(&handle->isotp_shims, &handle->isotp_send_handle, arbitration_id, data, size); } else if(!handle->isotp_receive_handle.completed) { |