]> git.sur5r.net Git - freertos/commitdiff
Remove unused assignment.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 13 Apr 2008 16:29:40 +0000 (16:29 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 13 Apr 2008 16:29:40 +0000 (16:29 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@313 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/AVR32_UC3/serial/serial.c

index 2f1b1194dcc2d75a1a868d5332654518c69ff805..83eb4023f408d26418b383f6daf434953bab5c62 100644 (file)
@@ -128,7 +128,7 @@ static portBASE_TYPE prvUSART_ISR_NonNakedBehaviour( void )
                /* Because FreeRTOS is not supposed to run with nested interrupts, put all OS\r
                calls in a critical section . */\r
                portENTER_CRITICAL();\r
-                       retstatus = xQueueSendFromISR(xRxedChars, &cChar, &xHigherPriorityTaskWoken);\r
+                       xQueueSendFromISR(xRxedChars, &cChar, &xHigherPriorityTaskWoken);\r
                portEXIT_CRITICAL();\r
        }\r
 \r