From d281116a5e8b76f4fd80668f5013681aab644681 Mon Sep 17 00:00:00 2001 From: Michael Haberler Date: Sun, 22 Mar 2015 12:11:33 +0100 Subject: [PATCH] nanopb.proto: bring in msgid changes from nanopb upstream --- proto/nanopb.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/nanopb.proto b/proto/nanopb.proto index a1b24936c44..3f2ed8e064d 100644 --- a/proto/nanopb.proto +++ b/proto/nanopb.proto @@ -56,6 +56,9 @@ message NanoPBOptions { // Generate oneof fields as normal optional fields instead of union. optional bool no_unions = 8 [default = false]; + + // integer type tag for a message + optional uint32 msgid = 9; } // Extensions to protoc 'Descriptor' type in order to define options