diff options
Diffstat (limited to 'low-can-binding')
-rw-r--r-- | low-can-binding/can/can-decoder.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/can/can-decoder.hpp b/low-can-binding/can/can-decoder.hpp index 02a2c7e1..2f7823ad 100644 --- a/low-can-binding/can/can-decoder.hpp +++ b/low-can-binding/can/can-decoder.hpp @@ -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 +}; |