mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-28 16:46:31 +03:00
Merge branch 'change/change_psram_io_log' into 'master'
psram: changed cs io log to debug level See merge request espressif/esp-idf!48371
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user