yamt commented on a change in pull request #2222: URL: https://github.com/apache/incubator-nuttx/pull/2222#discussion_r524194680
########## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ########## @@ -389,7 +390,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs = ._nvs_erase_key = esp_nvs_erase_key, ._get_random = esp_get_random, ._get_time = esp_get_time, - ._random = esp_random, + ._random = esp_random_ulong, Review comment: the prototype is from ESP-IDF, which is not under our control. ---------------------------------------------------------------- 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