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 0494f5f7..87d5fa51 100644
--- a/src/can/can-message.hpp
+++ b/src/can/can-message.hpp
@@ -96,7 +96,7 @@ class can_message_definition_t
* needs to compare an incoming CAN message with the previous frame.*/
public:
- can_message_definition_t();
+ can_message_definition_t(can_bus_dev_t& cbd);
uint32_t get_id() const;
};