From 97bf55de6cd4fb832f98a670a5ac37ffb0a78b8a Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Sat, 11 Feb 2017 19:58:04 +0100 Subject: Fix wrong arguments type Reader is almost finish i think now Change-Id: Ib4c7c88b430ada2661e6ce2a67dde76d03dba2f1 Signed-off-by: Romain Forlot --- can_reader.cpp | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'can_reader.cpp') diff --git a/can_reader.cpp b/can_reader.cpp index 35ea79e6..1e6429ec 100644 --- a/can_reader.cpp +++ b/can_reader.cpp @@ -21,6 +21,8 @@ #include +#include "can-utils.h" + void can_reader(afb_binding_interface *interface, int socket, std::queue & can_message_q) { ssize_t nbytes; @@ -56,19 +58,9 @@ void can_reader(afb_binding_interface *interface, int socket, std::queue