esp_wifi: fix esp32c3 code issues

1. enable wifi clk and rm dport header
2.syn phy_init_data.h from esp32
This commit is contained in:
Chen Jian Xing
2021-01-10 16:16:28 +08:00
committed by Jiang Jiang Jian
parent 49322be893
commit 5b44295cb9
22 changed files with 1151 additions and 46 deletions

View File

@@ -44,7 +44,7 @@ static int lib_printf(const char* tag, const char* format, va_list arg)
temp[i] = 0;
}
if (i > 0) {
ESP_EARLY_LOGI(tag, "%s", temp);
ESP_LOGI(tag, "%s", temp);
}
va_end(arg);
return len;