diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-20 15:15:31 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-20 15:15:31 +0000 |
commit | 22c952aeff99fa184d1108e0736b1833e4cc7239 (patch) | |
tree | dd00848bf850ec55cb16ef0bd3aaab43b934f5d5 /.gitmodules | |
parent | e3cdf9fa822e59518b86b8f00d2e55b17a021278 (diff) |
Added nanopb submodule instead of having it inside
openxc-message-format.
Change-Id: Ic5a0a95e9fbf575acee5f800b23e39cb1bf8de5c
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 4f6899df..76992e0a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libs/openxc-message-format"] path = libs/openxc-message-format url = git@github.com:openxc/openxc-message-format.git +[submodule "libs/nanopb"] + path = libs/nanopb + url = git@github.com:nanopb/nanopb.git |