From: Romain Forlot Date: Fri, 5 May 2017 16:40:21 +0000 (+0200) Subject: Format X-Git-Tag: 5.0.2~253 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c5869548e87c8b8cba4b41a80d2b9580e3d5b242;p=apps%2Fagl-service-can-low-level.git Format Change-Id: I1c080f961f62a6816b0c36e960ae1ecbeb7fa00d Signed-off-by: Romain Forlot --- diff --git a/CAN-binder/low-can-binding/can/can-bus.cpp b/CAN-binder/low-can-binding/can/can-bus.cpp index bca9d031..c49f4b40 100644 --- a/CAN-binder/low-can-binding/can/can-bus.cpp +++ b/CAN-binder/low-can-binding/can/can-bus.cpp @@ -83,8 +83,8 @@ int can_bus_t::can_reader() std::lock_guard can_message_lock(get_can_message_mutex()); { push_new_can_message(msg); } get_new_can_message_cv().notify_one(); - } } + } } else printf("Timeout\n");