mirror of
https://github.com/nanopb/nanopb.git
synced 2026-06-06 20:18:31 +00:00
This is easier to use than the old method of separate conversion functions. More importantly, it should allow running the same tests on AVR target.
6 lines
73 B
Protocol Buffer
6 lines
73 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message DoubleMsg {
|
|
required double value = 1;
|
|
}
|