summaryrefslogtreecommitdiffstats
path: root/src/obd2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/obd2.hpp')
-rw-r--r--src/obd2.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/obd2.hpp b/src/obd2.hpp
index 72b41eb9..b5bd0f87 100644
--- a/src/obd2.hpp
+++ b/src/obd2.hpp
@@ -87,7 +87,7 @@ float handleObd2Pid(const DiagnosticResponse* response, float parsedPayload);
* Object to handle obd2 session with pre-scan of supported pid
* then request them regularly
*/
-class obd2_handler_c {
+class obd2_handler_t {
private:
public:
@@ -144,4 +144,4 @@ class obd2_handler_c {
* @return float number representing the requested value.
*/
bool decode_obd2_response(DiagnosticResponse* responce);
-} \ No newline at end of file
+}; \ No newline at end of file