mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 06:04:19 +00:00
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:

committed by
Jiang Jiang Jian

parent
49322be893
commit
5b44295cb9
@@ -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;
|
||||
|
Reference in New Issue
Block a user