diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-07 15:36:18 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:09:03 +0100 |
commit | 2258a5b7307cec0fff3bc840c6a5cf72cb0682a3 (patch) | |
tree | f622bc19315c2bc2dd8a1a4957c62269e29eac60 /src/diagnostic/diagnostic-message.cpp | |
parent | fe846f6698710163af5f2658cc90151259b09d0d (diff) |
Fix: typo, and dirty fix to get compiled ftm.
Change-Id: I74042051346a0f0f4de7152e2a668c041edaebde
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/diagnostic/diagnostic-message.cpp')
-rw-r--r-- | src/diagnostic/diagnostic-message.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diagnostic/diagnostic-message.cpp b/src/diagnostic/diagnostic-message.cpp index 707b314..15fe094 100644 --- a/src/diagnostic/diagnostic-message.cpp +++ b/src/diagnostic/diagnostic-message.cpp @@ -145,13 +145,14 @@ bool obd2_signals_t::is_obd2_response(can_message_t can_message) status=false; } return false; + */ } void obd2_signals_t::add_request(int pid) { DiagnosticRequest request = { arbitration_id: OBD2_FUNCTIONAL_BROADCAST_ID, - mode: 0x1, has_true, pid}; + mode: 0x1, has_pid: true, pid_ }; } /** |