Skip to content

Commit e9f2277

Browse files
committed
Add ld feature
1 parent e0d78be commit e9f2277

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
@@ -27,7 +27,7 @@ defmt = "0.2.0"
2727
defmt-rtt = "0.2.0"
2828
defmt-test = "0.2.0"
2929
# TODO: Set stm32f303xc as default, but make it overwritable
30-
stm32f3xx-hal = { path = "..", features = ["stm32f303xc","rt","defmt-trace","can"]}
30+
stm32f3xx-hal = { path = "..", features = ["stm32f303xc","rt","defmt-trace","can", "ld"]}
3131
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
3232

3333
[features]

0 commit comments

Comments
 (0)