Skip to content

Commit 57a1e45

Browse files
committed
Cargo: removed unused feature
1 parent 15b22a7 commit 57a1e45

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

chips/stm32u545/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition.workspace = true
1111
[dependencies]
1212
cortexm33 = { path = "../../arch/cortex-m33" }
1313
kernel = { path = "../../kernel" }
14-
stm32u5xx = { path = "../stm32u5xx", features = ["stm32u545"] }
14+
stm32u5xx = { path = "../stm32u5xx" }
1515
enum_primitive = { path = "../../libraries/enum_primitive" }
1616

1717
[lints]

chips/stm32u5xx/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ enum_primitive = { path = "../../libraries/enum_primitive" }
1414
kernel = { path = "../../kernel" }
1515

1616
[features]
17-
stm32u545 = []
1817

1918
[lints]
2019
workspace = true

0 commit comments

Comments
 (0)