Remove a resolved TODO.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 3 Jan 2014 19:52:17 +0000 (14:52 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 3 Jan 2014 19:52:17 +0000 (14:52 -0500)
src/obd2/obd2.c

index d3c0fb9..627128c 100644 (file)
@@ -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) {