diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-17 14:53:54 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-20 11:14:55 +0000 |
commit | e81f5b413613c2fcf4dc44c5b62120fe15286c56 (patch) | |
tree | 59c105217a346b618813e989e03fc328f77959d5 /.gitmodules | |
parent | 5c64e5f584bc0161af0c0d904d4e74db45e44451 (diff) |
Addind missing library
Change-Id: Ic793d097eb9773e455e1bfbb95d57565a003cd53
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 6b8fd5aa..4df8d50c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "src/libs/bitfield-c"] path = src/libs/bitfield-c url = git@github.com:openxc/bitfield-c.git +[submodule "src/libs/isotp-c"] + path = src/libs/isotp-c + url = git@github.com:openxc/isotp-c.git |