Skip to content

Commit 50f76b9

Browse files
Remove duplicate features
1 parent a26e44c commit 50f76b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ stm32f042 = ["stm32f0/stm32f0x2"]
5151
stm32f030 = ["stm32f0/stm32f0x0"]
5252
stm32f030x4 = ["stm32f030x6"]
5353
stm32f030x6 = ["stm32f030"]
54-
stm32f030x8 = ["stm32f030", "stm32f0/stm32f0x0"]
55-
stm32f030xc = ["stm32f030", "stm32f0/stm32f0x0"]
54+
stm32f030x8 = ["stm32f030"]
55+
stm32f030xc = ["stm32f030"]
5656

5757
[profile.dev]
5858
debug = true

0 commit comments

Comments
 (0)