diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-20 15:31:14 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 15:55:03 +0100 |
commit | 04b7efcdd1a8dfdf461c78d083aabee5445e54bd (patch) | |
tree | ccb146ebee3324b2e220430d476b1d9addaa451c /low-can-binding/CMakeLists.txt | |
parent | 47322aceac11e3142af4339260a74ccfba675e17 (diff) |
can-bus: Use configuration from JSON file
Use configuration from JSON file instead of the old INI file. Now all configuration files
lies within the binding tree.
Bug-AGL: SPEC-2988
Change-Id: Id986d19751db958ad5cf3b7f2b2c5443d4ceb062
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/CMakeLists.txt')
-rw-r--r-- | low-can-binding/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/low-can-binding/CMakeLists.txt b/low-can-binding/CMakeLists.txt index bd304dc9..cba07bf5 100644 --- a/low-can-binding/CMakeLists.txt +++ b/low-can-binding/CMakeLists.txt @@ -58,7 +58,6 @@ PROJECT_TARGET_ADD(low-can) utils/socketcan.cpp #utils/socketcan-raw.cpp utils/socketcan-bcm.cpp - utils/config-parser.cpp utils/converter.cpp ) |