mirror of
https://github.com/google/pebble.git
synced 2025-03-20 19:01:21 +00:00
8 lines
118 B
Protocol Buffer
8 lines
118 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import 'nanopb.proto';
|
|
|
|
enum MyEnum {
|
|
option (nanopb_enumopt).long_names = false;
|
|
FOOBAR = 1;
|
|
}
|