mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-01 10:56:27 -05:00
fw: Remove forgotten hexdump
This commit is contained in:
parent
1f10c8e2db
commit
7ce1d9fe06
@ -162,8 +162,6 @@ static enum state initial_commands(const struct frame_header *hdr,
|
|||||||
copy_name(&rsp[4], CMDLEN_MAXBYTES - 4, *name1);
|
copy_name(&rsp[4], CMDLEN_MAXBYTES - 4, *name1);
|
||||||
wordcpy_s(&rsp[8], CMDLEN_MAXBYTES / 4 - 2, (void *)ver, 1);
|
wordcpy_s(&rsp[8], CMDLEN_MAXBYTES / 4 - 2, (void *)ver, 1);
|
||||||
|
|
||||||
htif_hexdump(rsp, 12);
|
|
||||||
|
|
||||||
fwreply(*hdr, FW_RSP_NAME_VERSION, rsp);
|
fwreply(*hdr, FW_RSP_NAME_VERSION, rsp);
|
||||||
// still initial state
|
// still initial state
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user