mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
esp32: fix a way to test a config
found by GCC -Wundef
This commit is contained in:
committed by
Alin Jerpelea
parent
92a2e22c6c
commit
0078896456
@@ -157,7 +157,7 @@ MEMORY
|
|||||||
extmem_seg (RWX) : org = 0x3f800000, len = 0x400000
|
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_rodata_seg", dram0_0_seg);
|
||||||
REGION_ALIAS("default_code_seg", iram0_0_seg);
|
REGION_ALIAS("default_code_seg", iram0_0_seg);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user