Remove duplicate features
This commit is contained in:
parent
a26e44c6d4
commit
50f76b93bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue