Merge branch 'feature/support_esp32s2_wifi_v2' into 'master'

WiFi: Add support for ESP32S2

See merge request espressif/esp-idf!7505
This commit is contained in:
Jiang Jiang Jian
2020-02-14 11:54:13 +08:00
7 changed files with 16 additions and 38 deletions
+1 -1
View File
@@ -582,7 +582,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs = {
._get_random = os_get_random,
._get_time = get_time_wrapper,
._random = os_random,
#if CONFIG_IDF_TARGET_ESP32S2BETA
#if CONFIG_IDF_TARGET_ESP32S2
._slowclk_cal_get = esp_clk_slowclk_cal_get,
#endif
._log_write = esp_log_write,