diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-13 09:06:38 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-13 23:31:56 +0000 |
commit | 1c322797c8a4000b54a0666d88025de3c2df7f0b (patch) | |
tree | 06ad0d23ddaec77f8938da2aa168f665615de268 | |
parent | 97bf55de6cd4fb832f98a670a5ac37ffb0a78b8a (diff) |
modified uds-c libs path
Change-Id: Ia69ec5f59ba9f97c5e2da5542696b7c1416e7c63
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index c3bc7fa..564beef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "libs/nanopb"] path = libs/nanopb url = git@github.com:nanopb/nanopb.git -[submodule "uds-c"] +[submodule "libs/uds-c"] path = libs/uds-c url = git@github.com:openxc/uds-c.git |