mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 09:08:16 +00:00
Microblaze port: Place critical section around XIntc_Enable() to protect read/modify/write operation performed inside the library.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user