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 | |
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>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | libs/nanopb | 9 |
2 files changed, 12 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 diff --git a/libs/nanopb b/libs/nanopb new file mode 160000 +Subproject ffe4aff87cc3a15863c09aa808adf2381c8f2fb |