mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
remove comment as there is no such issue with new atr list
This commit is contained in:
parent
11d38f26d1
commit
7240f133e5
1 changed files with 0 additions and 5 deletions
|
@ -31,11 +31,6 @@ const char *getAtrInfo(const char *atr_str) {
|
|||
return NULL;
|
||||
}
|
||||
|
||||
// iceman: how do your loop handle these?
|
||||
// +++++ +
|
||||
// { "3BFF1100008171404200002101314252000[0,5]63........9000.*", "Smart Card 'The Smart Way to Login' Used on Acer TravelMate to secure boot" },
|
||||
|
||||
|
||||
for (int j = 0; j < slen; j++) {
|
||||
tmp_atr[j] = AtrTable[i].bytes[j]=='.' ? '.' : atr_str[j];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue