mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-01 18:54:19 +00:00
Add variable initialisation. Doesn't really make a difference, just neater.
This commit is contained in:
@@ -234,7 +234,7 @@ signed portBASE_TYPE xReturn;
|
||||
void vTxISR( void ) __interrupt[ UART1TX_VECTOR ]
|
||||
{
|
||||
signed portCHAR cChar;
|
||||
portBASE_TYPE xTaskWoken;
|
||||
portBASE_TYPE xTaskWoken = pdFALSE;
|
||||
|
||||
/* The previous character has been transmitted. See if there are any
|
||||
further characters waiting transmission. */
|
||||
@@ -282,7 +282,7 @@ signed portBASE_TYPE xReturn;
|
||||
void ISRCom1Tx( void )
|
||||
{
|
||||
signed portCHAR cChar;
|
||||
portBASE_TYPE xTaskWoken;
|
||||
portBASE_TYPE xTaskWoken = pdFALSE;
|
||||
|
||||
/* The previous character has been transmitted. See if there are any
|
||||
further characters waiting transmission. */
|
||||
|
||||
Reference in New Issue
Block a user