esp_wifi: Fix ESP32S2 wifi log not printing
This commit is contained in:
parent
fbe215f3c0
commit
55abe2eba8
1 changed files with 1 additions and 0 deletions
|
@ -586,6 +586,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs = {
|
||||||
._slowclk_cal_get = esp_clk_slowclk_cal_get,
|
._slowclk_cal_get = esp_clk_slowclk_cal_get,
|
||||||
#endif
|
#endif
|
||||||
._log_write = esp_log_write,
|
._log_write = esp_log_write,
|
||||||
|
._log_writev = esp_log_writev,
|
||||||
._log_timestamp = esp_log_timestamp,
|
._log_timestamp = esp_log_timestamp,
|
||||||
._malloc_internal = malloc_internal_wrapper,
|
._malloc_internal = malloc_internal_wrapper,
|
||||||
._realloc_internal = realloc_internal_wrapper,
|
._realloc_internal = realloc_internal_wrapper,
|
||||||
|
|
Loading…
Reference in a new issue