diff options
Diffstat (limited to 'src/phFriNfc_Llcp.c')
-rw-r--r-- | src/phFriNfc_Llcp.c | 2 |
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, |