mirror of
https://github.com/google/pebble.git
synced 2025-05-04 17:01:40 -04: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;
|
|
}
|