Format
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / can / can-bus.cpp
index bca9d03..c49f4b4 100644 (file)
@@ -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");