summaryrefslogtreecommitdiffstats
path: root/generator/proto/nanopb.proto
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-12-22 22:52:36 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-12-22 22:52:36 +0200
commite5cbee84e12e87b342d7c57808b009387e1ba2bb (patch)
tree54078b018aa0d598b39d1997523d35c2deabb7f7 /generator/proto/nanopb.proto
parentcfc517f36b3263bb583751f4cee0e58eeff98c5f (diff)
Verify build with protobuf-3.0.0, fix problems.
Also updated descriptor.proto from protobuf-3.0.0.
Diffstat (limited to 'generator/proto/nanopb.proto')
-rw-r--r--generator/proto/nanopb.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/proto/nanopb.proto b/generator/proto/nanopb.proto
index 9a4d6578..0716be4b 100644
--- a/generator/proto/nanopb.proto
+++ b/generator/proto/nanopb.proto
@@ -5,6 +5,7 @@
// These are used by nanopb to generate statically allocable structures
// for memory-limited environments.
+syntax = "proto2";
import "google/protobuf/descriptor.proto";
option java_package = "fi.kapsi.koti.jpa.nanopb";