diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-24 22:10:51 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-24 22:14:33 -0500 |
commit | e961e6b49bc302988a0d6e47763a1f83e63ed065 (patch) | |
tree | 6710fd639371251d3eb5104c21d95f000c2134bd /src/uds/extras.h | |
parent | 295f3267b2c41bf28d054f2f43b528be38daac1c (diff) |
Add calculations for many OBD-II PID values.
Diffstat (limited to 'src/uds/extras.h')
-rw-r--r-- | src/uds/extras.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uds/extras.h b/src/uds/extras.h index c59c7bad..126e5d42 100644 --- a/src/uds/extras.h +++ b/src/uds/extras.h @@ -63,8 +63,6 @@ bool diagnostic_clear_dtc(DiagnosticShims* shims); DiagnosticRequestHandle diagnostic_enumerate_pids(DiagnosticShims* shims, DiagnosticRequest* request, DiagnosticPidEnumerationReceived callback); -// TODO -float diagnostic_decode_OBD2_pid(DiagnosticResponse* response); #ifdef __cplusplus } |