From ff03847182a1fbd3c36cfafd1c69fdfb11f4b3af Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Thu, 12 Nov 2015 09:27:13 +0000 Subject: Moved nanopb to 3rd party --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3