donghengqaz commented on a change in pull request #2294:
URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r526031328



##########
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##########
@@ -2210,6 +2300,19 @@ void esp_phy_disable_clock(void)
   leave_critical_section(flags);
 }
 
+/****************************************************************************
+ * Name: esp_phy_update_country_info
+ *
+ * Description:
+ *   Don't support
+ *
+ ****************************************************************************/
+
+static int32_t esp_phy_update_country_info(const char *country)

Review comment:
       In the callback table, some functions' return type is `int` and some are 
`int32_t`, so I should keep function and type same.




----------------------------------------------------------------
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


Reply via email to