Skip to content

Commit 205d7e5

Browse files
oyvindronningstadnordicjm
authored andcommitted
boot_serial: Adapt to zcbor 0.8.x
Change one _term to _lit that was missed earlier. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent cf882ef commit 205d7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/boot_serial/src/boot_serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ bs_echo(char *buf, int len)
934934
}
935935

936936
zcbor_map_start_encode(cbor_state, 10);
937-
zcbor_tstr_put_term(cbor_state, "r");
937+
zcbor_tstr_put_lit(cbor_state, "r");
938938
if (zcbor_tstr_encode(cbor_state, &value) && zcbor_map_end_encode(cbor_state, 10)) {
939939
boot_serial_output();
940940
return;

0 commit comments

Comments
 (0)