diff options
Diffstat (limited to 'src/uds/uds.h')
-rw-r--r-- | src/uds/uds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uds/uds.h b/src/uds/uds.h index 78f70e15..a4761ca2 100644 --- a/src/uds/uds.h +++ b/src/uds/uds.h @@ -97,6 +97,8 @@ float diagnostic_payload_to_float(const DiagnosticResponse* response); // void diagnostic_response_to_string(const DiagnosticResponse* response, // char* destination, size_t destination_length); +float diagnostic_decode_obd2_pid(const DiagnosticResponse* response); + #ifdef __cplusplus } #endif |