]> git.sur5r.net Git - freertos/commitdiff
Third attempt: Improve how TimerDemo.c manages differences between the tick count...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 10 Feb 2014 14:21:17 +0000 (14:21 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 10 Feb 2014 14:21:17 +0000 (14:21 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2195 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/Common/Minimal/TimerDemo.c

index c4f2ba6bd3cfb77a1b9800c1eb7661eaac97b0be..35af89bb29da357817ee351ebf74399907ed41c7 100644 (file)
@@ -737,9 +737,9 @@ static portTickType uxTick = ( portTickType ) -1;
        will expire when the kernel's tick count is (100 + xBasePeriod).  For this\r
        reason xMargin is used as an allowable margin for premature timer expiries\r
        as well as late timer expiries. */\r
-       const portTickType xMargin = 5;\r
+       const portTickType xMargin = 6;\r
 #else\r
-       const portTickType xMargin = 2;\r
+       const portTickType xMargin = 3;\r
 #endif\r
 \r
 \r