mirror of
https://github.com/google/pebble.git
synced 2025-08-13 01:48:10 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
1
third_party/nanopb/tests/regression/issue_172/submessage/submessage.options
vendored
Normal file
1
third_party/nanopb/tests/regression/issue_172/submessage/submessage.options
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
submessage.data max_size: 16
|
4
third_party/nanopb/tests/regression/issue_172/submessage/submessage.proto
vendored
Normal file
4
third_party/nanopb/tests/regression/issue_172/submessage/submessage.proto
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
syntax = "proto2";
|
||||
message submessage {
|
||||
required bytes data = 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue