blob: bdafd3c5d3520983072bbb4cba6744b236303664 [file] [log] [blame]
syntax = "proto3";
import "nanopb.proto";
message MyMessage
{
SubMessage submessage = 1 [(nanopb).proto3_singular_msgs = true];
}
message SubMessage
{
string somestring = 1 [(nanopb).type = FT_POINTER];
}