mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
change(psram): change logw to logd
This commit is contained in:
committed by
Armando (Dou Yiwen)
parent
ed32a3aaef
commit
73113c0ce8
@@ -207,8 +207,8 @@ static esp_err_t s_check_psram_connected(int spi_num)
|
|||||||
PSRAM_LL_CS_SEL,
|
PSRAM_LL_CS_SEL,
|
||||||
false);
|
false);
|
||||||
|
|
||||||
ESP_EARLY_LOGW(TAG, "exp_data: 0x%08x", exp_data);
|
ESP_EARLY_LOGD(TAG, "exp_data: 0x%08x", exp_data);
|
||||||
ESP_EARLY_LOGW(TAG, "ref_data: 0x%08x", ref_data);
|
ESP_EARLY_LOGD(TAG, "ref_data: 0x%08x", ref_data);
|
||||||
|
|
||||||
return (exp_data == ref_data ? ESP_OK : ESP_FAIL);
|
return (exp_data == ref_data ? ESP_OK : ESP_FAIL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user