Skip to content

Commit 9fba6fc

Browse files
committed
Enable rt feature.
Fixes weird crash in rtic.
1 parent a66ac47 commit 9fba6fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmt = "0.2.0"
1414
defmt-rtt = "0.2.0"
1515
cortex-m-rtic = "0.5"
1616
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
17-
stm32f0xx-hal = { version = "0.17", features = ["stm32f031"] }
17+
stm32f0xx-hal = { version = "0.17", features = ["stm32f031", "rt"] }
1818

1919

2020
[features]

0 commit comments

Comments
 (0)