change(psram): changed cs io log to debug level

Signed-off-by: Armando (Dou Yiwen) <douyiwen@espressif.com>
This commit is contained in:
Armando (Dou Yiwen)
2026-05-11 15:12:53 +08:00
parent 5bcaf281e2
commit 3905bcecd3
2 changed files with 2 additions and 2 deletions

View File

@@ -488,7 +488,7 @@ esp_err_t esp_psram_impl_enable(void)
uint8_t esp_psram_impl_get_cs_io(void)
{
ESP_EARLY_LOGI(TAG, "psram CS IO is dedicated");
ESP_EARLY_LOGD(TAG, "psram CS IO is dedicated");
return -1;
}

View File

@@ -483,7 +483,7 @@ esp_err_t esp_psram_impl_enable(void)
uint8_t esp_psram_impl_get_cs_io(void)
{
ESP_EARLY_LOGI(TAG, "psram CS IO is dedicated");
ESP_EARLY_LOGD(TAG, "psram CS IO is dedicated");
return -1;
}