donghengqaz commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r530746166
########## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ########## @@ -1854,6 +1937,58 @@ static void esp_evt_work_cb(FAR void *arg) } } +/**************************************************************************** + * Name: wifi_env_is_chip + * + * Description: + * Config chip environment + * + * Returned Value: + * True if on FPGA or false if not. + * + ****************************************************************************/ + +static bool wifi_env_is_chip(void) +{ + return true; +} Review comment: This function's description is not right, but this function is also needed, because it one of wifi adapter structure member. ---------------------------------------------------------------- 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