mirror of
https://github.com/google/pebble.git
synced 2025-11-23 16:01:02 -05:00
Import of the watch repository from Pebble
This commit is contained in:
10
third_party/nanopb/tests/regression/issue_610/DataPacket.proto
vendored
Normal file
10
third_party/nanopb/tests/regression/issue_610/DataPacket.proto
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "LogMessage.proto";
|
||||
|
||||
message DataPacket {
|
||||
oneof packet {
|
||||
LogMessage log_message = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user