Updates to timers.c related to module testing.

pull/4/head
Richard Barry 14 years ago
parent efc3ba9d73
commit 5c98d0eb7c

@ -268,7 +268,7 @@ xTIMER *pxTimer;
the time this task thinks it is now, even if a command to
switch lists due to a tick count overflow is already waiting in
the timer queue. */
prvInsertTimerInActiveList( pxTimer, ( xNextExpireTime + pxTimer->xTimerPeriodInTicks ), xTimeNow );
prvInsertTimerInActiveList( pxTimer, ( xNextExpireTime + pxTimer->xTimerPeriodInTicks ), xTimeNow, xNextExpireTime );
}
/* Call the timer callback. */
@ -575,4 +575,3 @@ xTIMER *pxTimer = ( xTIMER * ) xTimer;
}
/*-----------------------------------------------------------*/

Loading…
Cancel
Save