mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(driver_spi): fixed p4 no dma polling trans cache sync fail
This commit is contained in:
@@ -1856,7 +1856,6 @@ TEST_CASE("test_spi_master_sleep_retention", "[spi]")
|
||||
#endif
|
||||
}
|
||||
|
||||
#if 0 /* Temp disable, TODO: IDFCI-2455*/
|
||||
#if CONFIG_PM_ENABLE
|
||||
TEST_CASE("test_spi_master_auto_sleep_retention", "[spi]")
|
||||
{
|
||||
@@ -1922,4 +1921,3 @@ TEST_CASE("test_spi_master_auto_sleep_retention", "[spi]")
|
||||
TEST_ESP_OK(esp_pm_configure(&pm_config));
|
||||
}
|
||||
#endif //CONFIG_PM_ENABLE
|
||||
#endif // 0
|
||||
|
Reference in New Issue
Block a user