mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add variable initialisation. Doesn't really make a difference, just neater.
This commit is contained in:
parent
09bfc2d862
commit
360d357e15
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
|
||||||
__interrupt void UART0_TxISR( void )
|
__interrupt void UART0_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…
Add table
Add a link
Reference in a new issue