mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-22 02:29:02 +01: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.