summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-01-27 08:13:53 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-01-30 13:34:57 +0000
commit0c6eb1813b46c6324396964093bd04ac0050c0c4 (patch)
tree291eef7e9c08c6834c52958a278dd83ba4c377f3
parent7a15d9138cd18bee2835467c5854d25e16b8f1ce (diff)
Fix: change project avoiding uppercase
Change-Id: Ia9d457c253b170577b6ffeb23eebaeddf0937ec2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc233f56..93342923 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@
# limitations under the License.
###########################################################################
-project(canLL)
+project(ll-can)
cmake_minimum_required(VERSION 3.3)
diff --git a/README.md b/README.md
index f7f0c712..fb44d569 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# CAN signaling binder
+# Low level CAN signaling binder
Low level CAN bus binder. Based upon OpenXC vi-firmware project.