We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9f13c commit fc6b97eCopy full SHA for fc6b97e
faq.md
@@ -247,7 +247,7 @@ ROM; `.bss` and `.data` will occupy RAM; `.debug_*`, `.ARM.attributes` and
247
`.comments` can be ignored as they won't be loaded into the target device
248
memory. For the other sections you'll have to check your dependencies' docs.
249
250
-In these examples the program will occupy `2008` bytes of Flash.
+In this example the uploaded software will occupy `2008` bytes of Flash.
251
252
Note that most (all?) runtime crates, like `cortex-m-rt`, will check at link
253
time that the program fits in the target device memory. If it doesn't fit you'll
0 commit comments