diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-17 17:46:41 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-17 17:46:41 +0000 |
commit | 3d484f3fb86f4c098b63136f25a85b116355fe0b (patch) | |
tree | 3473524e9fcef103abe15d1c35fe961ed361e2a5 | |
parent | 03eba2687a77519b3f0a62e857325b4506a434b5 (diff) |
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 <romain.forlot@iot.bzh>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | libs/openxc-message-format | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..4f6899df --- /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 +Subproject d9f54f97578429773421abce98d5f6579717afc |