diff options
author | Martijn Coenen <martijn.coenen@nxp.com> | 2011-01-18 19:15:56 +0100 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-01-18 15:34:33 -0800 |
commit | 32dc2a34ddc103cc5f2e10059b3113876eb391aa (patch) | |
tree | 9a3bbb34b12e1bfddcaca214a9aa49262009bf8a | |
parent | 28235f8b29ef8cc368dd132080245778cdf704cc (diff) | |
download | external_libnfc-nxp-32dc2a34ddc103cc5f2e10059b3113876eb391aa.zip external_libnfc-nxp-32dc2a34ddc103cc5f2e10059b3113876eb391aa.tar.gz external_libnfc-nxp-32dc2a34ddc103cc5f2e10059b3113876eb391aa.tar.bz2 |
Change the default IsoDep timeout to 300ms.
Change-Id: Idcbf0ab9b982b66c39b68762129766e16017558c
-rw-r--r-- | inc/phNfcConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index 5cf2fb1..a346b8c 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -172,7 +172,7 @@ #ifndef NXP_ISO_XCHG_TIMEOUT -#define NXP_ISO_XCHG_TIMEOUT 0x1EU +#define NXP_ISO_XCHG_TIMEOUT 0x1AU #endif #ifndef NXP_MIFARE_XCHG_TIMEOUT |