mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
Merge branch 'refactor/move_from_xtensa' into 'master'
Movements from xtensa Closes IDF-2164 See merge request espressif/esp-idf!10556
This commit is contained in:
@@ -125,7 +125,7 @@ void IRAM_ATTR spi_flash_op_block_func(void *arg)
|
||||
|
||||
void IRAM_ATTR spi_flash_disable_interrupts_caches_and_other_cpu(void)
|
||||
{
|
||||
assert(esp_ptr_in_dram((const void *)get_sp()));
|
||||
assert(esp_ptr_in_dram((const void *)esp_cpu_get_sp()));
|
||||
|
||||
spi_flash_op_lock();
|
||||
|
||||
|
Reference in New Issue
Block a user