Skip to content

Commit 9cd1915

Browse files
committed
Cargo: Removed feature debug_load_processes
1 parent 57a1e45 commit 9cd1915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boards/nucleo_u545re_q/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition.workspace = true
1212
[dependencies]
1313
components = { path = "../components" }
1414
cortexm33 = { path = "../../arch/cortex-m33" }
15-
kernel = { path = "../../kernel", features = ["debug_load_processes"] }
15+
kernel = { path = "../../kernel" }
1616
stm32u545 = { path = "../../chips/stm32u545" }
1717

1818
capsules-core = { path = "../../capsules/core" }

0 commit comments

Comments
 (0)