mirror of
https://github.com/google/pebble.git
synced 2025-05-03 16:31:40 -04:00
7 lines
124 B
Protocol Buffer
7 lines
124 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import "nanopb.proto";
|
|
|
|
message MyMessage {
|
|
required bytes mybytes = 1 [(nanopb).max_size = 512];
|
|
}
|