mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Microblaze port: Place critical section around XIntc_Enable() to protect read/modify/write operation performed inside the library.
This commit is contained in:
parent
208cc18a90
commit
7ddb8b342d
2 changed files with 10 additions and 4 deletions
|
@ -210,7 +210,7 @@ portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
|
|||
|
||||
static void prvTxHandler( void *pvUnused, unsigned portBASE_TYPE uxUnused )
|
||||
{
|
||||
BaseType_t xHigherPriorityTaskWoken = NULL;
|
||||
BaseType_t xHigherPriorityTaskWoken = ( BaseType_t ) NULL;
|
||||
|
||||
( void ) pvUnused;
|
||||
( void ) uxUnused;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue