From 248d80319c2fb3d09a309ac2ba2b971470450d2a Mon Sep 17 00:00:00 2001 From: Xiao Xufeng Date: Sun, 18 Jan 2026 04:42:05 +0800 Subject: [PATCH] fix(psram): cleanup PSRAM_MSPI_MB_WORKAROUND to avoid future issue --- components/esp_psram/include/esp_private/esp_psram_mspi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_psram/include/esp_private/esp_psram_mspi.h b/components/esp_psram/include/esp_private/esp_psram_mspi.h index 7610d99c14..cf33a7afee 100644 --- a/components/esp_psram/include/esp_private/esp_psram_mspi.h +++ b/components/esp_psram/include/esp_private/esp_psram_mspi.h @@ -15,7 +15,7 @@ extern "C" { #endif -#define ESP_PSRAM_MSPI_MB_WORKAROUND (CONFIG_IDF_TARGET_ESP32C5 && CONFIG_ESP32C5_REV_MIN_FULL < 102) || (CONFIG_IDF_TARGET_ESP32C61 && CONFIG_ESP32C61_REV_MIN_FULL < 101) +#define ESP_PSRAM_MSPI_MB_WORKAROUND ((CONFIG_IDF_TARGET_ESP32C5 && CONFIG_ESP32C5_REV_MIN_FULL < 102) || (CONFIG_IDF_TARGET_ESP32C61 && CONFIG_ESP32C61_REV_MIN_FULL < 101)) /** * @brief Initialize PSRAM MSPI memory barrier