From 3d484f3fb86f4c098b63136f25a85b116355fe0b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 17 Jan 2017 17:46:41 +0000 Subject: [PATCH] Change read function and some clean up TODO: parse can_message read and put it into an opencx_CanMessage... Change-Id: Idbadcd7b34c1bb63eb6ae31a4588cdde873d7a1c Signed-off-by: Romain Forlot --- .gitmodules | 3 +++ libs/openxc-message-format | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 libs/openxc-message-format diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4f6899d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/openxc-message-format"] + path = libs/openxc-message-format + url = git@github.com:openxc/openxc-message-format.git diff --git a/libs/openxc-message-format b/libs/openxc-message-format new file mode 160000 index 0000000..d9f54f9 --- /dev/null +++ b/libs/openxc-message-format @@ -0,0 +1 @@ +Subproject commit d9f54f97578429773421abce98d5f6579717afcc -- 2.16.6