summaryrefslogtreecommitdiffstats
path: root/src/can/can-message.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/can/can-message.hpp')
-rw-r--r--src/can/can-message.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can/can-message.hpp b/src/can/can-message.hpp
index 5d796cd..5d45b98 100644
--- a/src/can/can-message.hpp
+++ b/src/can/can-message.hpp
@@ -122,7 +122,7 @@ class can_message_definition_t
* needs to compare an incoming CAN message with the previous frame.*/
public:
- uint32_t get_id();
+ uint32_t get_id() const;
};
/**