mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
remove comment as there is no such issue with new atr list
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user