mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-26 02:08:32 +03:00
cardem (minor): remove to verbose log trace
Change-Id: Ie43a33af3728c0700f71527ca75d909a9ebd2529
This commit is contained in:
@@ -360,7 +360,6 @@ static int tx_byte_atr(struct card_handle *ch)
|
|||||||
if (ch->atr.idx < ch->atr.len) {
|
if (ch->atr.idx < ch->atr.len) {
|
||||||
uint8_t byte = ch->atr.atr[ch->atr.idx++];
|
uint8_t byte = ch->atr.atr[ch->atr.idx++];
|
||||||
card_emu_uart_tx(ch->uart_chan, byte);
|
card_emu_uart_tx(ch->uart_chan, byte);
|
||||||
TRACE_DEBUG("%u: ATR TX: %02x\n\r", ch->num, byte);
|
|
||||||
return 1;
|
return 1;
|
||||||
} else { /* The ATR has been completely transmitted */
|
} else { /* The ATR has been completely transmitted */
|
||||||
/* search for TC2 to updated WI */
|
/* search for TC2 to updated WI */
|
||||||
|
|||||||
Reference in New Issue
Block a user