mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-05 08:39:01 +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.