diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-13 22:23:06 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-13 23:31:56 +0000 |
commit | e28b4da3cf2042695e0c0a99b9448eb3a548e0f5 (patch) | |
tree | 5dc7ebbcf4520dbb2fd70baa4b95c32da9028c3f /.gitmodules | |
parent | 1c322797c8a4000b54a0666d88025de3c2df7f0b (diff) |
Added bitfield-c library
Change-Id: Ied7e4819b2568205f0790751d5b753e321275990
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 564beef..ba6895e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ [submodule "libs/uds-c"] path = libs/uds-c url = git@github.com:openxc/uds-c.git + url = git@github.com:nanopb/nanopb.git +[submodule "libs/bitfield-c"] + path = libs/bitfield-c + url = git@github.com:openxc/bitfield-c.git |