Skip to content

Commit

Permalink
Merge pull request nfc-tools#517 from manu0401/timeout1
Browse files Browse the repository at this point in the history
Add missing timeout
  • Loading branch information
neomilium authored Nov 13, 2018
2 parents b5641f8 + 2418d94 commit ddfe2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnfc/chips/pn53x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ pn53x_initiator_select_passive_target(struct nfc_device *pnd,
const uint8_t *pbtInitData, const size_t szInitData,
nfc_target *pnt)
{
return pn53x_initiator_select_passive_target_ext(pnd, nm, pbtInitData, szInitData, pnt, 0);
return pn53x_initiator_select_passive_target_ext(pnd, nm, pbtInitData, szInitData, pnt, 300);
}

int
Expand Down

0 comments on commit ddfe2e6

Please sign in to comment.