mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'contrib/github_pr_9446' into 'master'
Add missing comma (GitHub PR) Closes IDFGH-7928 See merge request espressif/esp-idf!19271
This commit is contained in:
commit
c0e096d5b2
@ -70,7 +70,7 @@ const soc_memory_region_t soc_memory_regions[] = {
|
||||
{ 0x3FCF0000, 0x8000, 0, 0}, //Level 9, DRAM
|
||||
#endif
|
||||
#if CONFIG_ESP32S3_DATA_CACHE_16KB
|
||||
{ 0x3C000000, 0x4000, 5, 0}
|
||||
{ 0x3C000000, 0x4000, 5, 0},
|
||||
#endif
|
||||
#ifdef CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP
|
||||
{ 0x600fe000, 0x2000, 6, 0}, //Fast RTC memory
|
||||
|
Loading…
Reference in New Issue
Block a user