Skip to content

Commit

Permalink
defaultification.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Nov 16, 2019
1 parent f80808f commit c6ed070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tock/kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2587,9 +2587,9 @@ pub fn load_processes<C: Chip>(
Process::create(
kernel,
chip,
start_of_flash,
app_memory.as_mut_ptr(),
app_memory.len(),
0 as *const u8,
(&mut []).as_mut_ptr(),
0,
fault_response,
0,
);
Expand Down

0 comments on commit c6ed070

Please sign in to comment.