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 /.gitmodules | |
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>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |