We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff23755 commit 55a0f64Copy full SHA for 55a0f64
boot/boot_serial/src/boot_serial.c
@@ -932,7 +932,7 @@ bs_echo(char *buf, int len)
932
}
933
934
zcbor_map_start_encode(cbor_state, 10);
935
- zcbor_tstr_put_term(cbor_state, "r");
+ zcbor_tstr_put_lit(cbor_state, "r");
936
if (zcbor_tstr_encode(cbor_state, &value) && zcbor_map_end_encode(cbor_state, 10)) {
937
boot_serial_output();
938
return;
0 commit comments