8 lines
129 B
Protocol Buffer
8 lines
129 B
Protocol Buffer
syntax = "proto2";
|
|
import "nanopb.proto";
|
|
|
|
message TestMessage {
|
|
repeated uint32 rep_uint32 = 1 [(nanopb).max_count = 1];
|
|
}
|
|
|