aboutsummaryrefslogtreecommitdiffstats
path: root/high-can-binding/high-can-binding.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-24 12:47:41 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-10-17 10:40:30 +0200
commit238cabda41dd88a9ac482b3b28886acd0a31ca6c (patch)
tree49735a1929690725886f142781b31820192fdaf4 /high-can-binding/high-can-binding.cpp
parent1cd92a82c9efb72785903cf2fe089f1c3e9ef6dd (diff)
Rename API from high-can to high-viwi
This service is meant to be more generic and expose as many information from several sources. Change-Id: I657dedf397ab55e048e435dfd16ce47066820347 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'high-can-binding/high-can-binding.cpp')
-rw-r--r--high-can-binding/high-can-binding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/high-can-binding/high-can-binding.cpp b/high-can-binding/high-can-binding.cpp
index 4891f6c..2ded902 100644
--- a/high-can-binding/high-can-binding.cpp
+++ b/high-can-binding/high-can-binding.cpp
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-#include "high-can-binding-hat.hpp"
+#include "high-viwi-binding-hat.hpp"
#include <json-c/json.h>
#include "high.hpp"
High high;