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

pull/4/head
Richard Barry 17 years ago
parent 9cea94ccce
commit 09bfc2d862

@ -201,7 +201,7 @@ signed portBASE_TYPE xReturn;
__interrupt void UART2_TxISR (void) __interrupt void UART2_TxISR (void)
{ {
signed portCHAR cChar; signed portCHAR cChar;
signed portBASE_TYPE xTaskWoken; signed 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