typo
Rust/vorago-reb1/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-09-27 20:51:37 +02:00
parent 7e2bb8618e
commit f4cd3b704b
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 3 additions and 2 deletions

View File

@ -58,8 +58,9 @@ A `jlink.gdb` file is provided to allow flashing of the board from the command l
## Debugging with VS Code
The REB1 board features an on-board JTAG, so all that is required to flash the board is a
Micro-USB cable and an
The REB1 board features an on-board JTAG, so all that is required to debug the board is a
Micro-USB cable.
You can debug applications on the REB1 board with a graphical user interface using VS Code with
the [`Cortex-Debug` plugin](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug).