Skip to content

Commit 73cd174

Browse files
authored
Merge pull request #242 from Sh3Rm4n/fix-testsuite-readme
Fix testsuite call for different targets
2 parents ebd3583 + 908d9fe commit 73cd174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To run the tests on a different target than the STM32F3Discovery's
2727
`stm32f303xc`, specify a target as a feature:
2828

2929
```bash
30-
cargo test -p testsuite --feature stm32f301xb
30+
cargo test -p testsuite --no-default-features --features stm32f3xx-hal/stm32f301xb
3131
```
3232

3333
The result _always_ shows a backtrace, even in the case of success.

0 commit comments

Comments
 (0)