mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-23 07:02:16 +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.