Remove duplicate features

This commit is contained in:
David Sawatzke 2018-12-18 21:05:44 +01:00
parent a26e44c6d4
commit 50f76b93bd
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ stm32f042 = ["stm32f0/stm32f0x2"]
stm32f030 = ["stm32f0/stm32f0x0"]
stm32f030x4 = ["stm32f030x6"]
stm32f030x6 = ["stm32f030"]
stm32f030x8 = ["stm32f030", "stm32f0/stm32f0x0"]
stm32f030xc = ["stm32f030", "stm32f0/stm32f0x0"]
stm32f030x8 = ["stm32f030"]
stm32f030xc = ["stm32f030"]
[profile.dev]
debug = true