esp32: fix a way to test a config
found by GCC -Wundef
This commit is contained in:
parent
92a2e22c6c
commit
0078896456
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user