Skip to content

Commit eaeac86

Browse files
committed
Addressing #34 by only enabling the stm32l0x1 feature
Addressing #34 by only enabling the stm32l0x1 feature
1 parent 413e213 commit eaeac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repository = "https://github.com/stm32-rs/stm32l0xx-hal"
2424
version = "0.3.0"
2525

2626
[package.metadata.docs.rs]
27-
features = ["stm32l0x1", "stm32l0x2", "stm32l0x3", "rt"]
27+
features = ["stm32l0x1", "rt"]
2828

2929
[dependencies]
3030
as-slice = "0.1.0"

0 commit comments

Comments
 (0)