Skip to content

Commit 7878eed

Browse files
committed
Fix README markdown lints
1 parent 4fa1042 commit 7878eed

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,16 @@ compile with older versions but that may change in any new patch release.
170170

171171
### Running Tests
172172

173-
Tests are run via the integration test pattern and are executed on a target chip, rather than on a host system.
174-
First, install [probe-run](https://crates.io/crates/probe-run) via `cargo install probe-run`.
175-
Next, you'll need to modify `.cargo/config` to link defmt and use `probe-run` configured for your chip.
176-
See details within the comments in that file.
173+
Tests are run via the integration test pattern and are executed on a target
174+
chip, rather than on a host system. First, install
175+
[probe-run](https://crates.io/crates/probe-run) via `cargo install probe-run`.
176+
Next, you'll need to modify `.cargo/config` to link defmt and use `probe-run`
177+
configured for your chip. See details within the comments in that file.
177178

178-
Now, you can execute a test by setting your device, defmt, and any test specific features:
179+
Now, you can execute a test by setting your device, defmt, and any test specific
180+
features:
179181

180-
```
182+
```bash
181183
cargo test --test rcc --features=stm32f303xc,defmt,rt
182184
```
183185

0 commit comments

Comments
 (0)