Add missing comma

Add missing comma when CONFIG_ESP32S3_DATA_CACHE_16KB is enabled
This commit is contained in:
FanhuaCloud 2022-07-27 17:12:17 +08:00 committed by GitHub
parent 36f49f361c
commit a1c04ad6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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