]> git.sur5r.net Git - freertos/blobdiff - Demo/AVR32_UC3/serial/serial.c
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / 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