mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Updates to timers.c related to module testing.
This commit is contained in:
parent
efc3ba9d73
commit
5c98d0eb7c
|
@ -268,7 +268,7 @@ xTIMER *pxTimer;
|
||||||
the time this task thinks it is now, even if a command to
|
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
|
switch lists due to a tick count overflow is already waiting in
|
||||||
the timer queue. */
|
the timer queue. */
|
||||||
prvInsertTimerInActiveList( pxTimer, ( xNextExpireTime + pxTimer->xTimerPeriodInTicks ), xTimeNow );
|
prvInsertTimerInActiveList( pxTimer, ( xNextExpireTime + pxTimer->xTimerPeriodInTicks ), xTimeNow, xNextExpireTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Call the timer callback. */
|
/* Call the timer callback. */
|
||||||
|
@ -575,4 +575,3 @@ xTIMER *pxTimer = ( xTIMER * ) xTimer;
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue