aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-11-12 09:27:13 +0000
committerGravatar David Garcia Quintas <dgq@google.com>2015-11-12 09:27:13 +0000
commitff03847182a1fbd3c36cfafd1c69fdfb11f4b3af (patch)
tree52eac1735bb6692ccffc90d0f715218dc3486083 /.gitmodules
parent49433744ee6fd18af09ee755e0fe553310b9a1f3 (diff)
Moved nanopb to 3rd party
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 4d35fdece3..3bba11f65a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -15,3 +15,6 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
+[submodule "third_party/nanopb"]
+ path = third_party/nanopb
+ url = https://github.com/nanopb/nanopb.git