mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
phy_init: fix log level for "PHY data partition validated" message
This commit is contained in:
parent
3ab2436b11
commit
494641c481
@ -119,7 +119,7 @@ const esp_phy_init_data_t* esp_phy_get_init_data()
|
||||
ESP_LOGE(TAG, "failed to validate PHY data partition");
|
||||
return NULL;
|
||||
}
|
||||
ESP_LOGE(TAG, "PHY data partition validated");
|
||||
ESP_LOGD(TAG, "PHY data partition validated");
|
||||
return (const esp_phy_init_data_t*) (init_data_store + sizeof(phy_init_magic_pre));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user