mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
ldgen: Remove some remaining references to TARGET.project.ld.in
This commit is contained in:

committed by
Michael (XIAO Xufeng)

parent
1e628c0f30
commit
c1ca7a35b0
@@ -79,7 +79,7 @@ const soc_memory_region_t soc_memory_regions[] = {
|
||||
|
||||
const size_t soc_memory_region_count = sizeof(soc_memory_regions) / sizeof(soc_memory_region_t);
|
||||
|
||||
extern int _data_start, _heap_start, _iram_start, _iram_end; // defined in esp32s3.project.ld.in
|
||||
extern int _data_start, _heap_start, _iram_start, _iram_end; // defined in sections.ld.in
|
||||
|
||||
/**
|
||||
* Reserved memory regions.
|
||||
|
Reference in New Issue
Block a user