19 lines
526 B
C
19 lines
526 B
C
/* Automatically generated nanopb constant definitions */
|
|
/* Generated by nanopb-0.3.1 at Tue Mar 10 01:16:15 2015. */
|
|
|
|
#include "simple.pb.h"
|
|
|
|
#if PB_PROTO_HEADER_VERSION != 30
|
|
#error Regenerate this file with the current version of nanopb generator.
|
|
#endif
|
|
|
|
|
|
|
|
const pb_field_t SimpleMessage_fields[3] = {
|
|
PB_FIELD( 1, INT32 , REQUIRED, STATIC , FIRST, SimpleMessage, lucky_number, lucky_number, 0),
|
|
PB_FIELD( 2, BYTES , REQUIRED, STATIC , OTHER, SimpleMessage, name, lucky_number, 0),
|
|
PB_LAST_FIELD
|
|
};
|
|
|
|
|