Skip to content

Commit d56b6e4

Browse files
committed
Set test default feature to stm32f303xc
Which is the discovery board used for this testsuite
1 parent 10e42fb commit d56b6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ panic-probe = { version = "0.2.0", features = ["print-defmt"] }
3636

3737
[features]
3838
# enable all defmt logging levels
39-
default = ["defmt-trace"]
39+
default = ["defmt-trace", "stm32f3xx-hal/stm32f303xc"]
4040

4141
# do not modify these features
4242
defmt-default = []

0 commit comments

Comments
 (0)