diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-11 19:32:01 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-13 23:31:56 +0000 |
commit | 102779c73a5db27611d1e74351c8839571b0cff6 (patch) | |
tree | 974bd68197ae7e795a57fca702042b4179f29ade /.gitmodules | |
parent | 49402dc57ea61f6885a4f6a6b10597da099ad31f (diff) |
Adding uds-c library to handle obs2 diagnostic
Change-Id: I79c7a622f4993af9f0b8ab770991a9c74c3380ee
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 index 76992e0a..c3bc7fa3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "libs/nanopb"] path = libs/nanopb url = git@github.com:nanopb/nanopb.git +[submodule "uds-c"] + path = libs/uds-c + url = git@github.com:openxc/uds-c.git |