summaryrefslogtreecommitdiffstats
path: root/src/can_reader.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-17 09:10:10 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-20 11:14:55 +0000
commit860d6bd4a829ee5aca50b93122474c9bf68fff9d (patch)
tree9439480025436f103c40ba7e15e9a21bd3a51dfc /src/can_reader.cpp
parent6f6364f74a4c454d096b0525bdb7563783ee80b7 (diff)
Rename header file to hpp.
Change-Id: I399e0c0f39b18e63e254825b6322faf77896a264 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 aab47b65..a8c5cf6c 100644
--- a/src/can_reader.cpp
+++ b/src/can_reader.cpp
@@ -30,6 +30,6 @@ void can_reader(can_bus_t &can_bus)
while(can_bus.is_running())
{
can_message.convert_from_canfd_frame(canbus.read());
- can_bus.insert_new_can_message(can_message);
+ can_bus.push_new_can_message(can_message);
}
} \ No newline at end of file