blob: a2d04e4a490ae766bb8b4d87a515cbd0e0c92378 [file] [log] [blame]
syntax = "proto2";
import 'nanopb.proto';
message SubMessage {
optional int32 foo = 1 [(nanopb).type = FT_CALLBACK];
}
message MainMessage {
optional SubMessage bar = 1 [(nanopb).type = FT_POINTER];
}