Skip to content

Commit 05b1432

Browse files
committed
typo: 'vector_table' should start with a period '.'
1 parent b4c6f2d commit 05b1432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ section size addr
242242
Total 555960
243243
```
244244

245-
Of the standard sections, `vector_table`, `.text`, `.rodata` will occupy Flash /
245+
Of the standard sections, `.vector_table`, `.text`, `.rodata` will occupy Flash /
246246
ROM; `.bss` and `.data` will occupy RAM; `.debug_*`, `.ARM.attributes` and
247247
`.comments` can be ignored as they won't be loaded into the target device
248248
memory. For the other sections you'll have to check your dependencies' docs.

0 commit comments

Comments
 (0)