diff --git a/stream_buffer.c b/stream_buffer.c index 7a20b61e44a..e3c62ab1da2 100644 --- a/stream_buffer.c +++ b/stream_buffer.c @@ -98,7 +98,7 @@ do { \ portBASE_TYPE xSavedInterruptStatus; \ \ - xSavedInterruptStatus = ( UBaseType_t ) taskENTER_CRITICAL_FROM_ISR(); \ + xSavedInterruptStatus = taskENTER_CRITICAL_FROM_ISR(); \ { \ if( ( pxStreamBuffer )->xTaskWaitingToSend != NULL ) \ { \