mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-24 22:08:08 +02:00
Added volatile key word to the queue xRxLock and xTxLock members. Ensure the portPRIVILEGED_BIT bit is set when the timer task is being created by the kernel - as it was for the idle task. Necessary for MPU port.