Skip to content

Commit 27a02de

Browse files
committed
Fixed some grammar, to be reviewed
1 parent a6701d1 commit 27a02de

File tree

1 file changed

+2
-2
lines changed
  • Sources/EmbeddedSwift/Documentation.docc/SDKSupport

1 file changed

+2
-2
lines changed

Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ void ResetISR(void) {
120120
}
121121
```
122122
123-
Both these code snippets are not fully functional, they are only demonstrating the complexity of what the linker script and startup code need to do to initialize handle global variables.
123+
Both these code snippets are not fully functional, they are only demonstrating the complexity of what the linker script and startup code need to do to initialize global variables.
124124
125-
Tip: If this handling is not done correctly, a typical symptom is that global variables "don't work", i.e. reading from them doesn't yield the right value, and writing to them doesn't persist. A good way to double check this is by using a debugging a dumping memory at runtime and checking if it matches the virtual memory layout of the ELF file.
125+
Tip: If this handling is not done correctly, a typical symptom is that global variables "don't work", i.e. reading from them doesn't yield the right value, and writing to them doesn't persist. A good way to double check this is by using a debugger, dumping memory at runtime and checking if it matches the virtual memory layout of the ELF file.
126126
127127
## Vector table and interrupts
128128

0 commit comments

Comments
 (0)