Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Jul 25, 2024
1 parent 40bf640 commit f6b03cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccid.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void seader_ccid_XfrBlockToSlot(
memcpy(seader_uart->tx_buf + header_len, data, len);
seader_uart->tx_len = header_len + len;

if (T == 1) {
if(T == 1) {
seader_add_lrc(seader_uart->tx_buf + 2 + 10, len + 3);
seader_uart->tx_len += 1;
}
Expand Down

0 comments on commit f6b03cd

Please sign in to comment.