]> begriffs open source - freertos/commit
Change the cast from UBaseType_t to size_t (#1153)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Mon, 30 Sep 2024 05:50:04 +0000 (11:20 +0530)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 05:50:04 +0000 (11:20 +0530)
commitde7c014e92ec3dd07c91ac741ddd17a63d4c4676
tree44fa9de91f527118b284932f80ec6175a931fb3d
parentc0bfbb96924f76285b147bd970cfbdea55d83e96
Change the cast from UBaseType_t to size_t (#1153)

This was causing problem for 8-bit ports.

This was reported here - https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/1151

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
queue.c