chg: step two for t55xx commnads

This commit is contained in:
iceman1001 2015-02-13 10:16:21 +01:00
commit 4e7af352b4
3 changed files with 77 additions and 44 deletions

View file

@ -430,8 +430,6 @@ int EPA_Setup()
// power up the field
iso14443a_setup(FPGA_HF_ISO14443A_READER_MOD);
iso14a_set_timeout(10500);
// select the card
return_code = iso14443a_select_card(uid, &card_select_info, NULL);
if (return_code != 1) {