diff options
Diffstat (limited to 'low-can-binding/can/message/can-message.hpp')
-rw-r--r-- | low-can-binding/can/message/can-message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/can/message/can-message.hpp b/low-can-binding/can/message/can-message.hpp index 76515d80..75e65c67 100644 --- a/low-can-binding/can/message/can-message.hpp +++ b/low-can-binding/can/message/can-message.hpp @@ -50,7 +50,7 @@ class can_message_t : public message_t { bool is_correct_to_send(); bool is_set(); - struct bcm_msg get_bcm_msg(); + struct bcm_msg& get_bcm_msg(); void set_bcm_msg(struct bcm_msg bcm_msg); std::string get_debug_message(); |