diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-21 13:21:59 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-22 12:15:09 +0100 |
commit | dae58e000ef198f7fa09718c60d7a7f2250fc2ce (patch) | |
tree | f02fecdb5da402561207bf4a92c1526ecf1bf513 /src/can_reader.cpp | |
parent | b157cc6c5942ed0dfae672d2d3e32e0d7c6cb2ad (diff) |
Fix: force to pass a ref at threads launch
Change-Id: Ife4206d6f6dce6888157239cce56b0040e3d2cf4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can_reader.cpp')
-rw-r--r-- | src/can_reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can_reader.cpp b/src/can_reader.cpp index 418e2929..6fc1e740 100644 --- a/src/can_reader.cpp +++ b/src/can_reader.cpp @@ -16,7 +16,7 @@ * limitations under the License. */ -#include "low-can-binding.hpp" +#include "can_reader.hpp" void can_reader(can_bus_dev_t &can_bus) { |