mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fix: bad loop
This commit is contained in:
parent
697af67bf1
commit
954e01c363
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ static bool get_14b_UID(iso14b_card_select_t *card) {
|
|||
if (!card)
|
||||
return false;
|
||||
|
||||
uint8_t retry = 3;
|
||||
int8_t retry = 3;
|
||||
UsbCommand resp;
|
||||
UsbCommand c = {CMD_ISO_14443B_COMMAND, {ISO14B_CONNECT | ISO14B_SELECT_SR | ISO14B_DISCONNECT, 0, 0}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue