Fix warnings that the latest GCC version spits out.

This commit is contained in:
Richard Barry 2008-05-23 18:51:39 +00:00
parent ab37826715
commit 91c26c9868
3 changed files with 4 additions and 3 deletions

View file

@ -210,7 +210,7 @@ unsigned portCHAR ucByte;
SIGNAL( SIG_UART_RECV )
{
signed portCHAR cChar;
portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
signed portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
/* Get the character and post it on the queue of Rxed characters.
If the post causes a task to wake force a context switch as the woken task