diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-08 09:44:53 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:39 +0100 |
commit | c01da10d067038794eb845735e2a7959744ca2b3 (patch) | |
tree | cbaa9ff7fa7338c96ebd5d2f0766872df5963283 /src/low-can-binding.cpp | |
parent | 9519e9d5b875b45fbf6f32267b728b1d11377276 (diff) |
Added a warning that it is an example code
Change-Id: Ib66e49960a348896020fba56f7d98910623af83f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/low-can-binding.cpp')
-rw-r--r-- | src/low-can-binding.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/low-can-binding.cpp b/src/low-can-binding.cpp index 79b1691..ad73de1 100644 --- a/src/low-can-binding.cpp +++ b/src/low-can-binding.cpp @@ -34,11 +34,7 @@ #include "utils/timer.hpp" #include "utils/signals.hpp" #include "utils/openxc-utils.hpp" - -extern "C" -{ - #include <afb/afb-service-itf.h> -}; +#include "configuration.hpp" // Interface between the daemon and the binding const struct afb_binding_interface *binder_interface; |