From dc626195f01774d7fde17504976c08559ae30c4f Mon Sep 17 00:00:00 2001 From: FanhuaCloud <1157173310@qq.com> Date: Wed, 27 Jul 2022 17:12:17 +0800 Subject: [PATCH] Add missing comma Add missing comma when CONFIG_ESP32S3_DATA_CACHE_16KB is enabled --- components/heap/port/esp32s3/memory_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/heap/port/esp32s3/memory_layout.c b/components/heap/port/esp32s3/memory_layout.c index ae592a2da6..a2d4c85a5b 100644 --- a/components/heap/port/esp32s3/memory_layout.c +++ b/components/heap/port/esp32s3/memory_layout.c @@ -72,7 +72,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