diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 18:31:41 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 18:31:41 +0200 |
commit | 692376f019562e48ddef074b427f2397cae25087 (patch) | |
tree | 7c5ba2532b021c9b822676af19dd28a63b7691ab /CAN-binder/low-can-binding/can/can-message.cpp | |
parent | e49eed2b1fffced9f5f8d2b997bb6b987cf208f3 (diff) |
Separation between hat and callback binding parts
As well as handling reading signals BCM socket using systemd event loop.
Change-Id: I1e121635ec5db489b2bcb88a3101e716bf8883d5
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-message.cpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-message.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-message.cpp b/CAN-binder/low-can-binding/can/can-message.cpp index b6e4458b..ac2610e5 100644 --- a/CAN-binder/low-can-binding/can/can-message.cpp +++ b/CAN-binder/low-can-binding/can/can-message.cpp @@ -19,7 +19,7 @@ #include <cstring> -#include "../binding/low-can-binding.hpp" +#include "../binding/low-can-hat.hpp" /// /// @brief Class constructor |