Skip to content

Commit

Permalink
genertrification
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Nov 16, 2019
1 parent c6ed070 commit 25dbbfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tock/kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2577,11 +2577,11 @@ use core::cmp::max;
pub fn load_processes<C: Chip>(
kernel: &'static Kernel,
chip: &'static C,
start_of_flash: *const u8,
app_memory: &mut [u8],
procs: &'static mut [Option<&'static dyn ProcessType>],
_: impl Sized,
_: impl Sized,
_: impl Sized,
fault_response: FaultResponse,
_capability: &dyn ProcessManagementCapability,
_: impl Sized,
) {
unsafe {
Process::create(
Expand Down

0 comments on commit 25dbbfb

Please sign in to comment.