mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp32s2beta: fix some macro and add flash wrap size condition
This commit is contained in:
@@ -189,7 +189,7 @@ extern void esp_switch_rodata_to_dcache(void);
|
||||
extern void esp_spiram_enable_instruction_access(void);
|
||||
esp_spiram_enable_instruction_access();
|
||||
#endif
|
||||
#if SPIRAM_RODATA
|
||||
#if CONFIG_SPIRAM_RODATA
|
||||
extern void esp_spiram_enable_rodata_access(void);
|
||||
esp_spiram_enable_rodata_access();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user