Ouss4 commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580037716
########## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ########## @@ -119,6 +123,7 @@ static int esp32_init_wifi_storage(void) int esp32_bringup(void) { int ret; + int ret2; Review comment: You can reuse the first `ret`, is there any reason you created `ret2`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org