X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Flow-can-binding%2Fcan%2Fcan-bus.cpp;h=c49f4b40d7a6685773b2f7bd7feb589302769fc1;hb=c5869548e87c8b8cba4b41a80d2b9580e3d5b242;hp=bca9d03157a684ab48bdeb56f6e3998defcfc0eb;hpb=fa5efb55fb570b33a842917565592df04d400e94;p=apps%2Flow-level-can-service.git diff --git a/CAN-binder/low-can-binding/can/can-bus.cpp b/CAN-binder/low-can-binding/can/can-bus.cpp index bca9d03..c49f4b4 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");