mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Fix warnings that the latest GCC version spits out.
This commit is contained in:
parent
ab37826715
commit
91c26c9868
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue