Skip to content

Commit

Permalink
wip fix pr
Browse files Browse the repository at this point in the history
  • Loading branch information
yrichard-ledger committed May 17, 2024
1 parent d59eeb5 commit 093a9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os_io_nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void io_nfc_recv_event(void)
size_t size = U2BE(G_io_seproxyhal_spi_buffer, 1);

LEDGER_PROTOCOL_rx(&ledger_protocol_data, G_io_seproxyhal_spi_buffer + 3, size);

// Full apdu is received, copy it to global apdu buffer
if (ledger_protocol_data.rx_apdu_status == APDU_STATUS_COMPLETE) {
memcpy(ledger_protocol_data.rx_dst_buffer,
Expand Down

0 comments on commit 093a9e9

Please sign in to comment.