esp32: fix a way to test a config

found by GCC -Wundef
This commit is contained in:
YAMAMOTO Takashi 2024-09-09 09:18:19 +09:00 committed by Alin Jerpelea
parent 92a2e22c6c
commit 0078896456

View File

@ -157,7 +157,7 @@ MEMORY
extmem_seg (RWX) : org = 0x3f800000, len = 0x400000
}
#if CONFIG_ESP32_RUN_IRAM
#ifdef CONFIG_ESP32_RUN_IRAM
REGION_ALIAS("default_rodata_seg", dram0_0_seg);
REGION_ALIAS("default_code_seg", iram0_0_seg);
#else