We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ed070 commit 25dbbfbCopy full SHA for 25dbbfb
1 file changed
tock/kernel/src/lib.rs
@@ -2577,11 +2577,11 @@ use core::cmp::max;
2577
pub fn load_processes<C: Chip>(
2578
kernel: &'static Kernel,
2579
chip: &'static C,
2580
- start_of_flash: *const u8,
2581
- app_memory: &mut [u8],
2582
- procs: &'static mut [Option<&'static dyn ProcessType>],
+ _: impl Sized,
2583
fault_response: FaultResponse,
2584
- _capability: &dyn ProcessManagementCapability,
2585
) {
2586
unsafe {
2587
Process::create(
0 commit comments