mirror of
https://github.com/google/pebble.git
synced 2025-11-27 17:52:23 -05:00
Import of the watch repository from Pebble
This commit is contained in:
12
third_party/nanopb/tests/cxx_descriptor/message.proto
vendored
Normal file
12
third_party/nanopb/tests/cxx_descriptor/message.proto
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Test CPP descriptor generation */
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
import "nanopb.proto";
|
||||
|
||||
message MyEmptyMessage {
|
||||
}
|
||||
|
||||
message MyNonEmptyMessage {
|
||||
optional uint32 field = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user