summaryrefslogtreecommitdiffstats
path: root/src/can_reader.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-14 18:20:22 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-14 18:22:04 +0100
commitb162907a78a1846d99f0951a052d6d721eb96f08 (patch)
tree2980ae6ad7ccf126e034c28a4635167f647f857c /src/can_reader.cpp
parentb59d45196f14f2401e148bbe37c04b514850d859 (diff)
Implement CanMessage_c method to navigate through
can_message queue (get/set) Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can_reader.cpp')
-rw-r--r--src/can_reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can_reader.cpp b/src/can_reader.cpp
index d9b3e671..6403cfa7 100644
--- a/src/can_reader.cpp
+++ b/src/can_reader.cpp
@@ -63,4 +63,4 @@ void can_reader(CanBus_c *can_bus))
can_message_q.push(can_message);
}
-}
+} \ No newline at end of file