Is your feature request related to a problem? Please describe.
None actual NG behavior exist. Only typo on code.
Describe the solution you would like.
aws_ota_pal.c queue handling error code: errQUEUE_FULL -> errQUEUE_EMPTY
|
if (errQUEUE_FULL == xQueueReceive(xQueue, &packet_block_for_queue2, 0)) |
Additional context
None
Thank you!
Is your feature request related to a problem? Please describe.
None actual NG behavior exist. Only typo on code.
Describe the solution you would like.
aws_ota_pal.c queue handling error code: errQUEUE_FULL -> errQUEUE_EMPTY
amazon-freertos/lib/ota/portable/renesas/rx65n-rsk/type4/aws_ota_pal.c
Line 451 in 1f50ef5
Additional context
None
Thank you!