Skip to content

Commit 9c09a27

Browse files
Apply suggestions from code review
Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent b41dc19 commit 9c09a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/Hardware Support/UNO/Debug-runtime-errors-on-UNO-R4-WiFi-using-stack-trace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Follow these steps:
3434

3535
## Use addr2line to generate a stack trace
3636

37-
The `addr2line` utility is included in the **Arduino UNO R4 Boards** boards package. However, running it in this way requires modifying the command included in the output. For convenience, you may want to install `addr2line` on your system or adding a shortcut:
37+
The `addr2line` utility is included in the **Arduino UNO R4 Boards** board package. However, running it in this way requires modifying the command included in the output. For convenience, you may want to install `addr2line` on your system or add a shortcut:
3838

3939
Add `addr2line` to the command line:
4040

4141
* **Windows:** Add a shortcut to the `addr2line` executable.
4242

43-
1. Open Command Prompt as Adminstrator.
43+
1. Open Command Prompt as Administrator.
4444
2. Run this command:
4545

4646
`mklink C:\Windows\System32\addr2line.exe %UserProfile%\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4\bin\arm-none-eabi-addr2line.exe`

0 commit comments

Comments
 (0)