summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_Llcp.c
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-07-26 16:37:05 -0500
committerJeff Hamilton <jham@android.com>2011-07-26 16:37:38 -0500
commit57d24648f73cfface7409e664fe56d38f38636df (patch)
tree522ff61edadebf4f43f0322fdb4476fd84dc537c /src/phFriNfc_Llcp.c
parentf70efa7e8626a13c7c32a9a566b299bae9146962 (diff)
downloadexternal_libnfc-nxp-57d24648f73cfface7409e664fe56d38f38636df.zip
external_libnfc-nxp-57d24648f73cfface7409e664fe56d38f38636df.tar.gz
external_libnfc-nxp-57d24648f73cfface7409e664fe56d38f38636df.tar.bz2
Add the ability to enable LLCP logging.
Change-Id: I94f16770d1803f89370df5a798a6c76670581a63
Diffstat (limited to 'src/phFriNfc_Llcp.c')
-rw-r--r--src/phFriNfc_Llcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/phFriNfc_Llcp.c b/src/phFriNfc_Llcp.c
index 8f2987f..8b2624e 100644
--- a/src/phFriNfc_Llcp.c
+++ b/src/phFriNfc_Llcp.c
@@ -759,6 +759,8 @@ static void phFriNfc_Llcp_ResetLTO( phFriNfc_Llcp_t *Llcp )
nDuration = (Llcp->sLocalParams.lto * 10) / 2;
}
+ LLCP_DEBUG("Starting LLCP timer with duration %d", nDuration);
+
/* Restart timer */
phOsalNfc_Timer_Start(
Llcp->hSymmTimer,