mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 00:24:34 +02:00
Merge branch 'bugfix/fix_esp32s2_wifi_log_not_printf' into 'master'
esp_wifi: Fix ESP32S2 wifi log not printing See merge request espressif/esp-idf!7964
This commit is contained in:
@@ -607,6 +607,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs = {
|
||||
._slowclk_cal_get = esp_clk_slowclk_cal_get,
|
||||
#endif
|
||||
._log_write = esp_log_write,
|
||||
._log_writev = esp_log_writev,
|
||||
._log_timestamp = esp_log_timestamp,
|
||||
._malloc_internal = malloc_internal_wrapper,
|
||||
._realloc_internal = realloc_internal_wrapper,
|
||||
|
Reference in New Issue
Block a user