]> git.sur5r.net Git - freertos/commitdiff
Updates to timers.c related to module testing.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 20 Feb 2011 11:05:54 +0000 (11:05 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 20 Feb 2011 11:05:54 +0000 (11:05 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1302 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/timers.c

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