We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b22a7 commit 57a1e45Copy full SHA for 57a1e45
2 files changed
chips/stm32u545/Cargo.toml
@@ -11,7 +11,7 @@ edition.workspace = true
11
[dependencies]
12
cortexm33 = { path = "../../arch/cortex-m33" }
13
kernel = { path = "../../kernel" }
14
-stm32u5xx = { path = "../stm32u5xx", features = ["stm32u545"] }
+stm32u5xx = { path = "../stm32u5xx" }
15
enum_primitive = { path = "../../libraries/enum_primitive" }
16
17
[lints]
chips/stm32u5xx/Cargo.toml
@@ -14,7 +14,6 @@ enum_primitive = { path = "../../libraries/enum_primitive" }
[features]
-stm32u545 = []
18
19
20
workspace = true
0 commit comments