Fix: missing method declaration
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 8 Mar 2017 12:15:47 +0000 (13:15 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:39 +0000 (17:10 +0100)
Change-Id: Iac5872ffe9f4b26e7c966e5ea29516f193ba547d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/can/can-message.hpp

index 090a7d3..af1f050 100644 (file)
@@ -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();
 };
 
 /**