diff options
author | Daniel Tomas <daniel.tomas@trusted-logic.com> | 2010-11-03 20:23:31 +0100 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2010-11-03 15:15:19 -0500 |
commit | bad5c194e18faa70ceb9608019d3c2cfa0d4f10c (patch) | |
tree | 210afe2b4a84c886fba34e43fd0e3bd0bd09cd49 /inc | |
parent | 52ffcd90d9da60151c4343bc25f272da65cf6b98 (diff) | |
download | external_libnfc-nxp-bad5c194e18faa70ceb9608019d3c2cfa0d4f10c.zip external_libnfc-nxp-bad5c194e18faa70ceb9608019d3c2cfa0d4f10c.tar.gz external_libnfc-nxp-bad5c194e18faa70ceb9608019d3c2cfa0d4f10c.tar.bz2 |
HCI timer enabled to HW reset NFC when HCI command times out.
Change-Id: Iee39957227fcdc8e97b520d22032dc97915323f3
Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phNfcConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index e5fe6d7..5334484 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -255,7 +255,7 @@ #ifndef NXP_NFC_HCI_TIMER #define NXP_NFC_HCI_TIMER 0 -#define NXP_NFC_HCI_TIMEOUT 0x5000 +#define NXP_NFC_HCI_TIMEOUT 6000 #endif @@ -411,7 +411,7 @@ #define LLC_TIMER_ENABLE /**< Macro to enable HCI Response timer */ -/* #define NXP_NFC_HCI_TIMER 1 */ +#define NXP_NFC_HCI_TIMER 1 /* A Workaround to Delay and obtain the UICC Status Information */ /* #define UICC_STATUS_DELAY */ |