You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
588 B
21 lines
588 B
1 week ago
|
/* Automatically generated nanopb constant definitions */
|
||
|
/* Generated by nanopb-0.4.8 */
|
||
|
|
||
|
#include "bsp_PV.pb.h"
|
||
|
#if PB_PROTO_HEADER_VERSION != 40
|
||
|
#error Regenerate this file with the current version of nanopb generator.
|
||
|
#endif
|
||
|
|
||
|
PB_BIND(PV_struct_define, PV_struct_define, AUTO)
|
||
|
|
||
|
|
||
|
|
||
|
#ifndef PB_CONVERT_DOUBLE_FLOAT
|
||
|
/* On some platforms (such as AVR), double is really float.
|
||
|
* To be able to encode/decode double on these platforms, you need.
|
||
|
* to define PB_CONVERT_DOUBLE_FLOAT in pb.h or compiler command line.
|
||
|
*/
|
||
|
PB_STATIC_ASSERT(sizeof(double) == 8, DOUBLE_MUST_BE_8_BYTES)
|
||
|
#endif
|
||
|
|