summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-08 13:15:47 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:10:39 +0100
commit501233011d2e3fd872f0cfabbe35f3d3bac3cf44 (patch)
treeabf1568e277f1d24a956854994c7ee268ba7364b /src
parent409f22b48e9d8726b024287810ffd54c0b366bc9 (diff)
Fix: missing method declaration
Change-Id: Iac5872ffe9f4b26e7c966e5ea29516f193ba547d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/can/can-message.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/can/can-message.hpp b/src/can/can-message.hpp
index 090a7d3f..af1f0502 100644
--- a/src/can/can-message.hpp
+++ b/src/can/can-message.hpp
@@ -129,6 +129,7 @@ class can_message_definition_t
* needs to compare an incoming CAN message with the previous frame.*/
public:
+ uint32_t get_id();
};
/**