mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Prepare for V5.0.4 release.
This commit is contained in:
parent
1d0cf84e80
commit
130e2f2c0a
517 changed files with 523 additions and 533 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V5.0.4 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
@ -205,7 +205,7 @@ portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE, xDoneSomething = pdTRUE;
|
|||
else
|
||||
{
|
||||
/* Turn off the Tx interrupt until such time as another character
|
||||
is being transmitted. */
|
||||
is being transmitted. */
|
||||
MCF_UART1_UIMR = serRX_INT;
|
||||
xTxHasEnded = pdTRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue