@@ -281,7 +281,7 @@ MsgAesCmacSignature.prototype.fieldSpec.push(['signed_messages', 'array', 'write
281281 * An ECDSA-256 signature using SHA-256 as the message digest algorithm.
282282 *
283283 * Fields in the SBP payload (`sbp.payload`):
284- * @field flags number (unsigned 8-bit int, 1 byte) Describes the format of the `signed\_messages ` field below.
284+ * @field flags number (unsigned 8-bit int, 1 byte) Describes the format of the `signed_messages ` field below.
285285 * @field stream_counter number (unsigned 8-bit int, 1 byte) Signature message counter. Zero indexed and incremented with each signature
286286 * message. The counter will not increment if this message was in response to an
287287 * on demand request. The counter will roll over after 256 messages. Upon
@@ -333,7 +333,7 @@ MsgEcdsaSignature.prototype.fieldSpec.push(['signed_messages', 'array', 'writeUI
333333 * Deprecated.
334334 *
335335 * Fields in the SBP payload (`sbp.payload`):
336- * @field flags number (unsigned 8-bit int, 1 byte) Describes the format of the `signed\_messages ` field below.
336+ * @field flags number (unsigned 8-bit int, 1 byte) Describes the format of the `signed_messages ` field below.
337337 * @field stream_counter number (unsigned 8-bit int, 1 byte) Signature message counter. Zero indexed and incremented with each signature
338338 * message. The counter will not increment if this message was in response to an
339339 * on demand request. The counter will roll over after 256 messages. Upon
@@ -390,7 +390,7 @@ MsgEcdsaSignatureDepB.prototype.fieldSpec.push(['signed_messages', 'array', 'wri
390390 * Deprecated.
391391 *
392392 * Fields in the SBP payload (`sbp.payload`):
393- * @field flags number (unsigned 8-bit int, 1 byte) Describes the format of the `signed\_messages ` field below.
393+ * @field flags number (unsigned 8-bit int, 1 byte) Describes the format of the `signed_messages ` field below.
394394 * @field stream_counter number (unsigned 8-bit int, 1 byte) Signature message counter. Zero indexed and incremented with each signature
395395 * message. The counter will not increment if this message was in response to an
396396 * on demand request. The counter will roll over after 256 messages. Upon
0 commit comments