From cc914cffd521b2e6e1be804c82aea2388b843ebf Mon Sep 17 00:00:00 2001 From: Andre Eisenbach Date: Tue, 18 Sep 2012 01:35:44 -0700 Subject: Header file and whitespace cleanups Also fixed file permission to remove executable bit from source files. Change-Id: I6954c2d16190bc35b1b0d38386543253696b1112 --- bta/sys/ptim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bta/sys/ptim.c') diff --git a/bta/sys/ptim.c b/bta/sys/ptim.c index 24ed246..c9d0fe2 100644 --- a/bta/sys/ptim.c +++ b/bta/sys/ptim.c @@ -50,7 +50,7 @@ void ptim_timer_update(tPTIM_CB *p_cb) UINT32 new_ticks_count; INT32 period_in_ticks; - /* To handle the case when the function is called less frequently than the period + /* To handle the case when the function is called less frequently than the period we must convert determine the number of ticks since the last update, then convert back to milliseconds before updating timer list */ new_ticks_count = GKI_get_tick_count(); -- cgit v1.1