diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-01 09:20:46 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-01 09:20:46 +0100 |
commit | aec4c67e6d927183e0c29f2f5fccb269cdaff932 (patch) | |
tree | 0258f13521f4a66fbd24cec0d52f88ecba2b95a6 /src/can-message.cpp | |
parent | 65d08bdea23d81c5d639ab9fac428ccd87673c8d (diff) |
Delete for good obsolete code
Change-Id: Ic56fadcc7e6265072e4e3413f914b735b56e903d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-message.cpp')
-rw-r--r-- | src/can-message.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/can-message.cpp b/src/can-message.cpp index f9ec6b2..d40dbc4 100644 --- a/src/can-message.cpp +++ b/src/can-message.cpp @@ -119,6 +119,7 @@ void can_message_t::convert_from_canfd_frame(const canfd_frame& frame) id_ = frame.can_id & CAN_SFF_MASK; format_ = CanMessageFormat::STANDARD; } + DEBUG(binder_interface, ""); if (sizeof(frame.data) <= sizeof(data_)) ::memcpy(&data_, frame.data, length_); |