summaryrefslogtreecommitdiffstats
path: root/src/uds/uds.h
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-02-19 12:29:35 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-02-19 12:29:35 -0500
commit57e39cc9e9840f4d17323ce8cfe1a7c20cf2d3a5 (patch)
tree60c6015e2d83bfea05556dec8c32e9c8ed90d489 /src/uds/uds.h
parent96160fc20d2c939e73773f3fbec2f2fd9482dcf4 (diff)
Leave payload parsing to applications using this library.
Diffstat (limited to 'src/uds/uds.h')
-rw-r--r--src/uds/uds.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/uds/uds.h b/src/uds/uds.h
index 3389adff..0d40561a 100644
--- a/src/uds/uds.h
+++ b/src/uds/uds.h
@@ -117,8 +117,7 @@ void diagnostic_request_to_string(const DiagnosticRequest* request,
* Returns the translated value or 0 if the PID is not in the OBD-II standard or
* does not use a numerical value (e.g. VIN).
*/
-float diagnostic_decode_obd2_pid(const DiagnosticResponse* response,
- int parsed_payload);
+float diagnostic_decode_obd2_pid(const DiagnosticResponse* response);
#ifdef __cplusplus
}