decoder: fix left behind character 18/23218/6
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 20 Nov 2019 09:49:27 +0000 (10:49 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Jan 2020 14:55:03 +0000 (15:55 +0100)
Bug-AGL: SPEC-2988

Change-Id: I28cf984024356925469b4971b993718276d1240f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
low-can-binding/can/can-decoder.hpp

index 02a2c7e..2f7823a 100644 (file)
@@ -38,4 +38,4 @@ public:
        static openxc_DynamicField decode_signal(signal_t& signal, std::shared_ptr<message_t> message, bool* send);
 
        static float decode_obd2_response(const DiagnosticResponse* response, float parsed_payload);
-};
\ No newline at end of file
+};