docs: fix linker-script-generation figure

This commit is contained in:
Anton Maklakov
2022-03-24 14:19:12 +07:00
parent 7642be45ef
commit 8f6534165a
2 changed files with 16 additions and 18 deletions

View File

@@ -24,10 +24,9 @@ This section presents a guide for quickly placing code/data to RAM and RTC memor
For this guide, suppose we have the following:: For this guide, suppose we have the following::
component components
└── my_component └── my_component
── CMakeLists.txt ── CMakeLists.txt
├── component.mk
├── Kconfig ├── Kconfig
├── src/ ├── src/
│ ├── my_src1.c │ ├── my_src1.c

View File

@@ -24,10 +24,9 @@
假设用户有:: 假设用户有::
component components
└── my_component └── my_component
── CMakeLists.txt ── CMakeLists.txt
├── component.mk
├── Kconfig ├── Kconfig
├── src/ ├── src/
│ ├── my_src1.c │ ├── my_src1.c