diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-17 17:17:24 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-20 11:14:55 +0000 |
commit | 15250b2e51e8383a0df4b6e5a870c07e914d406d (patch) | |
tree | 6c7d0d8c9b41edfacb9749b7694df7c5f8042f98 /src/obd2.hpp | |
parent | f97e5f6d0b15df8fe8c7a4621e40c6a23bbac137 (diff) |
Fix: timer.* issues
Change-Id: I1c3721403198b3c5525a811bd3c7cbf6b8e78e5b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/obd2.hpp')
-rw-r--r-- | src/obd2.hpp | 4 |
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 |