Format
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 5 May 2017 16:40:21 +0000 (18:40 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 5 May 2017 16:42:30 +0000 (18:42 +0200)
Change-Id: I1c080f961f62a6816b0c36e960ae1ecbeb7fa00d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
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");