Add variable initialisation. Doesn't really make a difference, just neater.

pull/1/head
Richard Barry 17 years ago
parent dc307b270b
commit c95cae5a99

@ -235,7 +235,7 @@ portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
interrupt (UART1TX_VECTOR) vTxISR( void ) interrupt (UART1TX_VECTOR) vTxISR( void )
{ {
signed portCHAR cChar; signed portCHAR cChar;
portBASE_TYPE xTaskWoken; portBASE_TYPE xTaskWoken = pdFALSE;
/* The previous character has been transmitted. See if there are any /* The previous character has been transmitted. See if there are any
further characters waiting transmission. */ further characters waiting transmission. */

Loading…
Cancel
Save