summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_Generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/phHciNfc_Generic.c')
-rw-r--r--src/phHciNfc_Generic.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/phHciNfc_Generic.c b/src/phHciNfc_Generic.c
index 4433344..45aefdc 100644
--- a/src/phHciNfc_Generic.c
+++ b/src/phHciNfc_Generic.c
@@ -56,6 +56,8 @@
################################################################################
*/
+/* HCI timeout value */
+uint32_t nxp_nfc_hci_response_timeout = NXP_NFC_HCI_TIMEOUT;
/*
################################################################################
@@ -577,7 +579,7 @@ phHciNfc_Release_Lower(
{
/* Start the HCI Response Timer */
phOsalNfc_Timer_Start( hci_resp_timer_id,
- NXP_HCI_RESPONSE_TIMEOUT, phHciNfc_Response_Timeout, NULL);
+ nxp_nfc_hci_response_timeout, phHciNfc_Response_Timeout, NULL );
HCI_DEBUG(" HCI : Timer %X Started \n", hci_resp_timer_id);
}