]> git.sur5r.net Git - freertos/commitdiff
Fix compiler warning in TimerDemo.c that is only seen when the file is compiled on...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Nov 2011 13:18:54 +0000 (13:18 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Nov 2011 13:18:54 +0000 (13:18 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1635 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/Common/Minimal/TimerDemo.c

index ec2d63bd8479f7f78378f1df47c9fff9f14a3608..82581938a49df64518bc524fc9e00254300f6fee 100644 (file)
@@ -708,7 +708,7 @@ static portTickType uxTick = ( portTickType ) -1;
 /* The xHigherPriorityTaskWoken parameter is not used in this case as this\r
 function is called from the tick hook anyway.  However the API required it\r
 to be present. */\r
-portBASE_TYPE xHigherPriorityTaskWoken = pdTRUE;\r
+signed portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;\r
 portTickType xMargin;\r
 \r
        if( configTIMER_TASK_PRIORITY != ( configMAX_PRIORITIES - 1 ) )\r