aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-02-14 10:54:20 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2017-02-14 10:54:20 -0800
commit716f953532a92f3a159d26a78fdb397d0838b20e (patch)
tree5e057c87a9629d021689294d6195131da48f28d5 /tools/codegen/core
parent09173c66f446a465aa8bae76926f2807f76fc795 (diff)
Update protobuf version used for nanopb compiler
Diffstat (limited to 'tools/codegen/core')
-rwxr-xr-xtools/codegen/core/gen_nano_proto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codegen/core/gen_nano_proto.sh b/tools/codegen/core/gen_nano_proto.sh
index 99e49814b8..8600573e1c 100755
--- a/tools/codegen/core/gen_nano_proto.sh
+++ b/tools/codegen/core/gen_nano_proto.sh
@@ -83,7 +83,7 @@ popd
# this should be the same version as the submodule we compile against
# ideally we'd update this as a template to ensure that
-pip install protobuf==3.0.0
+pip install protobuf==3.2.0
pushd "$(dirname $INPUT_PROTO)" > /dev/null