mirror of
https://github.com/google/pebble.git
synced 2025-11-18 21:40:57 -05:00
9 lines
118 B
Protocol Buffer
9 lines
118 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import 'nanopb.proto';
|
|
|
|
enum MyEnum {
|
|
option (nanopb_enumopt).long_names = false;
|
|
FOOBAR = 1;
|
|
}
|