renesas-rx / amazon-freertos

A fork/prototype of the Amazon FreeRTOS to support Renesas RX MCUs. Please refer to our wiki for more details.
https://github.com/renesas-rx/amazon-freertos/wiki
MIT License
7 stars 6 forks source link

aws_ota_pal.c queue handling error code: errQUEUE_FULL -> errQUEUE_EMPTY #21

Open HirokiIshiguro opened 4 years ago

HirokiIshiguro commented 4 years ago

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 https://github.com/renesas-rx/amazon-freertos/blob/1f50ef5b1971183c29c6d6748b4a0a3635de2fdf/lib/ota/portable/renesas/rx65n-rsk/type4/aws_ota_pal.c#L451

Additional context
None

Thank you!