mirror of
https://github.com/google/pebble.git
synced 2025-03-21 03:11:21 +00:00
7 lines
111 B
Protocol Buffer
7 lines
111 B
Protocol Buffer
syntax="proto3";
|
|
|
|
import "nanopb.proto";
|
|
|
|
message TestMessage {
|
|
string foo = 1 [(nanopb).max_size = 16];
|
|
}
|