hf 14a: if the tag supports it, set default timeout according to ATS

hf epa: remove explicit but arbitrary timeout settings
Bugfix: don't timeout when frame transmission has already started
This commit is contained in:
pwpiwi 2015-02-11 18:30:36 +01:00
commit 19a700a8b5
4 changed files with 41 additions and 23 deletions

View file

@ -85,6 +85,5 @@ extern void iso14443a_setup(uint8_t fpga_minor_mode);
extern int iso14_apdu(uint8_t *cmd, uint16_t cmd_len, void *data);
extern int iso14443a_select_card(uint8_t *uid_ptr, iso14a_card_select_t *resp_data, uint32_t *cuid_ptr);
extern void iso14a_set_trigger(bool enable);
extern void iso14a_set_timeout(uint32_t timeout);
#endif /* __ISO14443A_H */