mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-08-06 21:25:04 +00:00
* Fix cast alignment warning Without this change, the code produces the following warning when compiled with `-Wcast-align` flag: ``` cast increases required alignment of target type ``` Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>