mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
Add missing semicolon in pcsc.h. Remove temporary debug printout.
This commit is contained in:
parent
564e9ee094
commit
a8e120480b
2 changed files with 1 additions and 2 deletions
|
@ -301,7 +301,6 @@ static int PrintATR(uint8_t *atr, size_t atrlen) {
|
|||
if (atrlen != calen && atrlen != calen + 1) // may be CRC
|
||||
PrintAndLogEx(ERR, "ATR length error. len: %d, T1len: %d, TD1len: %d, TDilen: %d, K: %d", atrlen, T1len, TD1len, TDilen, K);
|
||||
|
||||
PrintAndLogEx(INFO, "atrlen = %d, T1len = %d, TD1len = %d, TDilen = %d, K = %d", atrlen, T1len, TD1len, TDilen, K);
|
||||
if (K > 0)
|
||||
PrintAndLogEx(INFO, "\nHistorical bytes | len %02d | format %02x", K, atr[2 + T1len + TD1len + TDilen]);
|
||||
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
char *getAlternativeSmartcardReader(void);
|
||||
bool pcscCheckForCardReaders(void);
|
||||
bool pcscSelectAlternativeCardReader(const char *readername);
|
||||
bool pcscGetATR(smart_card_atr_t *card)
|
||||
bool pcscGetATR(smart_card_atr_t *card);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue