summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/can/can-bus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-bus.cpp')
-rw-r--r--CAN-binder/low-can-binding/can/can-bus.cpp2
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 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<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");