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