diff options
-rw-r--r-- | CAN-binder/low-can-binding/can/can-bus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::mutex> can_message_lock(get_can_message_mutex()); { push_new_can_message(msg); } get_new_can_message_cv().notify_one(); - } } + } } else printf("Timeout\n"); |