diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-12-19 11:29:07 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 16:25:36 +0100 |
commit | 2dcfd4d0faa9699a4a32af1c39be674dc2856f41 (patch) | |
tree | b45f6ace6d4a14cbaeaa7859a5ada10c1e0ac0e0 /low-can-binding/can/message/message.hpp | |
parent | b6bc89e63ee24c4e5ec1559d7390da90201ff9cd (diff) |
message: Fix copying all bytes but the last one
Change-Id: I8c2fce0f8080f213fda26a054f691ba3ed457bda
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/can/message/message.hpp')
-rw-r--r-- | low-can-binding/can/message/message.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/low-can-binding/can/message/message.hpp b/low-can-binding/can/message/message.hpp index ce488c06..b77ce8bd 100644 --- a/low-can-binding/can/message/message.hpp +++ b/low-can-binding/can/message/message.hpp @@ -68,7 +68,6 @@ public: int get_sub_id() const; const uint8_t* get_data() const; const std::vector<uint8_t> get_data_vector() const; - const std::vector<uint8_t> get_data_vector(int start, int end) const; uint32_t get_length() const; uint64_t get_timestamp() const; |