mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Use configuration option instead of in components not related to FreeRTOS
Mergeshttps://github.com/espressif/esp-idf/pull/12481
This commit is contained in:
@@ -27,7 +27,7 @@ void cache_sync(void)
|
||||
}
|
||||
|
||||
s_cache_drv.cache_flush(0);
|
||||
#if !CONFIG_FREERTOS_UNICORE
|
||||
#if !CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE
|
||||
s_cache_drv.cache_flush(1);
|
||||
#endif // !CONFIG_FREERTOS_UNICORE
|
||||
#endif // !CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE
|
||||
}
|
||||
|
Reference in New Issue
Block a user