Skip to content

Commit 51a76a6

Browse files
committed
Fix example features
1 parent 7f20d78 commit 51a76a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ stm32l4x6 = ["stm32l4/stm32l4x6"]
5252
panic-semihosting = "0.5.0"
5353
cortex-m-semihosting = "0.3.1"
5454
cortex-m-rt = "0.6.5"
55-
stm32l4xx-hal = { path = "./", features = ["rt", "stm32l4x2"]}
55+
56+
[dev-dependencies.stm32l4xx-hal]
57+
version = "*"
58+
path = "."
59+
features = ["rt", "stm32l4x2"]
5660

5761
[profile.dev]
5862
incremental = false

0 commit comments

Comments
 (0)