Files
Petteri Aimonen 511b708290 Add PB_CONVERT_DOUBLE_FLOAT setting to convert doubles on AVR.
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.
2019-12-16 12:14:16 +02:00

6 lines
73 B
Protocol Buffer

syntax = "proto2";
message DoubleMsg {
required double value = 1;
}