mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 11:23:34 +08:00
esp32s3_textheap.c: fix a build error w/o CONFIG_ESP32S3_SPIRAM
This commit is contained in:
committed by
Xiang Xiao
parent
de3737cd90
commit
985d395b02
@@ -223,7 +223,9 @@ IRAM_ATTR void up_textheap_data_sync(void)
|
||||
{
|
||||
irqstate_t flags = enter_critical_section();
|
||||
|
||||
#ifdef CONFIG_ESP32S3_SPIRAM
|
||||
esp_spiram_writeback_cache();
|
||||
#endif
|
||||
cache_hal_disable(CACHE_TYPE_INSTRUCTION);
|
||||
cache_hal_enable(CACHE_TYPE_INSTRUCTION);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user