From: Romain Forlot Date: Fri, 20 Jan 2017 15:15:31 +0000 (+0000) Subject: Added nanopb submodule instead of having it inside X-Git-Tag: 5.0.2~710 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=22c952aeff99fa184d1108e0736b1833e4cc7239;p=apps%2Fagl-service-can-low-level.git Added nanopb submodule instead of having it inside openxc-message-format. Change-Id: Ic5a0a95e9fbf575acee5f800b23e39cb1bf8de5c Signed-off-by: Romain Forlot --- 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 index 00000000..ffe4aff8 --- /dev/null +++ b/libs/nanopb @@ -0,0 +1 @@ +Subproject commit ffe4aff87cc3a15863c09aa808adf2381c8f2fb7