lpw
2021-01-26 454098c2f508505fc55c60c577250b8610abaaf3
frameworks/nanopb.framework/Headers/pb_encode.h
@@ -123,7 +123,7 @@
 * structure. Call this from the callback before writing out field contents. */
bool pb_encode_tag_for_field(pb_ostream_t *stream, const pb_field_t *field);
/* Encode field header by manually specifing wire type. You need to use this
/* Encode field header by manually specifying wire type. You need to use this
 * if you want to write out packed arrays from a callback field. */
bool pb_encode_tag(pb_ostream_t *stream, pb_wire_type_t wiretype, uint32_t field_number);