Skip to content

Commit fc6b97e

Browse files
authored
Rephrase: memory occupied by binary upon uploading it to device.
1 parent 8f9f13c commit fc6b97e

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
@@ -247,7 +247,7 @@ 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.
249249

250-
In these examples the program will occupy `2008` bytes of Flash.
250+
In this example the uploaded software will occupy `2008` bytes of Flash.
251251

252252
Note that most (all?) runtime crates, like `cortex-m-rt`, will check at link
253253
time that the program fits in the target device memory. If it doesn't fit you'll

0 commit comments

Comments
 (0)