Home | History | Annotate | Download | only in issue_253
      1 syntax = "proto2";
      2 import "nanopb.proto";
      3 
      4 message TestMessage {
      5     repeated uint32 rep_uint32 = 1 [(nanopb).max_count = 1];
      6 }
      7 
      8